Skip to content

Commit

Permalink
Release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Feb 12, 2019
1 parent 6b81b1a commit 482150b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[1.26.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.26.0) (2019-02-12)

**Added**

* Introduce `Algolia.restore_api_key` method.

If you delete your API key by mistake, you can now restore it via
this new method. This especially useful if this key is used in a
mobile app or somewhere you can't update easily.


## [1.25.2](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.25.2) (2018-12-19)

## [1.25.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.25.1) (2018-12-19)
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.25.2"
VERSION = "1.26.0"
end

0 comments on commit 482150b

Please sign in to comment.