From 482150b56af52d95a201075f4fbba0770756406f Mon Sep 17 00:00:00 2001 From: Julien Bourdeau Date: Tue, 12 Feb 2019 10:59:43 +0100 Subject: [PATCH] Release 1.26.0 --- CHANGELOG.md | 11 +++++++++++ lib/algolia/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bcb6c60..ef677580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/algolia/version.rb b/lib/algolia/version.rb index fc082812..fbfa1918 100644 --- a/lib/algolia/version.rb +++ b/lib/algolia/version.rb @@ -1,3 +1,3 @@ module Algolia - VERSION = "1.25.2" + VERSION = "1.26.0" end