Version bump to 1.5.5

Andrew Kane committed Mar 24, 2017
commit 83e1126a257b3f33b1fd27fecb93765822ec1c42
Showing 3 changed files with 5 additions and 5 deletions
CHANGELOG.md +1 -1
@@ @@ -1,4 +1,4 @@
- ## 1.5.5 [unreleased]
+ ## 1.5.5
- Added support for Rails API
- Added NATS and NSQ stores
README.md +3 -3
@@ @@ -29,7 +29,7 @@ Ahoy supports a number of data stores out of the box. You can start with one of
- [PostgreSQL, MySQL, or SQLite](#postgresql-mysql-or-sqlite)
- [MongoDB](#mongodb)
- - [Kafka](#kafka), [Fluentd](#fluentd), [RabbitMQ](#rabbitmq), [NATS](#nats-master), [NSQ](#nsq-master), or [Amazon Kinesis Firehose](#amazon-kinesis-firehose)
+ - [Kafka](#kafka), [Fluentd](#fluentd), [RabbitMQ](#rabbitmq), [NATS](#nats), [NSQ](#nsq), or [Amazon Kinesis Firehose](#amazon-kinesis-firehose)
- [Logs](#logs)
- [Custom](#custom)
@@ @@ -98,7 +98,7 @@ rails generate ahoy:stores:bunny
Use `ENV["RABBITMQ_URL"]` to configure.
- ### NATS [master]
+ ### NATS
Add [nats-pure](https://github.com/nats-io/pure-ruby-nats) to your Gemfile.
@@ @@ -114,7 +114,7 @@ rails generate ahoy:stores:nats
Use `ENV["NATS_URL"]` to configure.
- ### NSQ [master]
+ ### NSQ
Add [nsq-ruby](https://github.com/wistia/nsq-ruby) to your Gemfile.
ahoy/version.rb b/lib/ahoy/version.rb +1 -1
@@ @@ -1,3 +1,3 @@
module Ahoy
- VERSION = "1.5.4"
+ VERSION = "1.5.5"
end