diff --git a/CHANGELOG.md b/CHANGELOG.md index 7548043..0933c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.10] - 2022-07-22 + +### Changed + +- [QC-334](https://qflash.atlassian.net/browse/QC-334) Aumenta o tempo padrão de expiração. + ## [1.0.9] - 2022-07-22 ### Fixed diff --git a/lib/zaig/version.rb b/lib/zaig/version.rb index 77da108..58e1ef2 100644 --- a/lib/zaig/version.rb +++ b/lib/zaig/version.rb @@ -8,5 +8,5 @@ module Zaig # Major - Incremented for incompatible changes with previous release (or big enough new features) # Minor - Incremented for new backwards-compatible features + deprecations # Patch - Incremented for backwards-compatible bug fixes - VERSION = "1.0.9" + VERSION = "1.0.10" end