Version bump to 1.2.2
Andrew Kane
committed Mar 06, 2016
commit 7ee7514de3b7d7b0e2786779cc4a4ef715152a6f
Showing 3
changed files with
8 additions
and 6 deletions
CHANGELOG.md
+3
-1
| @@ | @@ -1,7 +1,9 @@ |
| - | ## 1.3.0 [unreleased] |
| + | ## 1.2.2 |
| + | - Fixed issue with latest version of `browser` gem |
| - Added support for RabbitMQ | |
| - Added support for Amazon Kinesis Firehose | |
| + | - Fixed deprecation warnings in Rails 5 |
| ## 1.2.1 | |
README.md
+4
-4
| @@ | @@ -36,8 +36,8 @@ Ahoy supports a number of data stores out of the box. You can start with one of |
| - [SQLite](#mysql-or-sqlite) | |
| - [MongoDB](#mongodb) | |
| - [Fluentd](#fluentd) | |
| - | - [RabbitMQ](#rabbitmq-master) [master] |
| - | - [Kinesis Firehose](#kinesis-firehose-master) [master] |
| + | - [RabbitMQ](#rabbitmq-master) |
| + | - [Kinesis Firehose](#kinesis-firehose-master) |
| - [Logs](#logs) | |
| - [Custom](#custom) | |
| @@ | @@ -103,7 +103,7 @@ rails generate ahoy:stores:fluentd |
| Use `ENV["FLUENTD_HOST"]` and `ENV["FLUENTD_PORT"]` to configure. | |
| - | ### RabbitMQ [master] |
| + | ### RabbitMQ |
| Add [bunny](https://github.com/ruby-amqp/bunny) to your Gemfile. | |
| @@ | @@ -119,7 +119,7 @@ rails generate ahoy:stores:bunny |
| Use `ENV["RABBITMQ_URL"]` to configure. | |
| - | ### Kinesis Firehose [master] |
| + | ### Kinesis Firehose |
| Add [aws-sdk](https://github.com/aws/aws-sdk-ruby) to your Gemfile. | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "1.2.1" |
| + | VERSION = "1.2.2" |
| end | |