diff --git a/CHANGELOG.md b/CHANGELOG.md index 0463dad..265df6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master (unreleased) +## 0.7.2 (2024-01-08) + +### Fixes + +- Fixed refreshing tokin with redis storage ([@VladimirMikhailov][]) [#56](https://github.com/teachbase/amorail/pull/56) + ## 0.7.1 (2021-09-25) ### Features @@ -25,3 +31,4 @@ See spec/support/my_contact.rb and spec/my_contact_spec.rb [@palkan]: https://github.com/palkan [@AlexanderShvaykin]: https://github.com/AlexanderShvaykin [@lHydra]: https://github.com/lHydra +[@VladimirMikhailov]: https://github.com/VladimirMikhailov diff --git a/lib/amorail/version.rb b/lib/amorail/version.rb index d987f0a..952b291 100644 --- a/lib/amorail/version.rb +++ b/lib/amorail/version.rb @@ -2,5 +2,5 @@ # Amorail version module Amorail - VERSION = '0.7.1' + VERSION = '0.7.2' end