Skip to content

Commit

Permalink
Bump to version 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Jun 19, 2018
1 parent 2218ce2 commit d929532
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.23.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.23.0) (2018-06-19)

* Feat(analytics): introduce new analytics class
* Chore(rake): use unshift to keep compat with older ruby versions
* Ruby version must be after client version in ua
* Fix ua tests with new format
* Rewrite ua
* Feat(ua): add ruby version
* Fix(syntax): this isn't php
* Tests(mcm): use unique userid everytime
* Tests(mcm): introduce auto_retry for more stable tests
* Feat(client): expose waittask in the client (#302)
* Fix(travis): always test on the latest patches (#295)

## [1.22.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.22.0) (2018-05-30)

* Rename license file (#297)
Expand Down
2 changes: 1 addition & 1 deletion lib/algolia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Algolia
VERSION = "1.22.0"
VERSION = "1.23.0"
end

0 comments on commit d929532

Please sign in to comment.