We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a672c4 commit 73e9f7eCopy full SHA for 73e9f7e
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [1.0.10] - 2022-07-22
11
+
12
+### Changed
13
14
+- [QC-334](https://qflash.atlassian.net/browse/QC-334) Aumenta o tempo padrão de expiração.
15
16
## [1.0.9] - 2022-07-22
17
18
### Fixed
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
0 commit comments