Skip to content

Commit e0d9b42

Browse files
committed
build(release): bump version from 1.0.8 to 1.0.9
1 parent 1553ee4 commit e0d9b42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.9] - 2022-07-22
11+
12+
### Fixed
13+
14+
- [QC-334](https://qflash.atlassian.net/browse/QC-334) Renovar cache de token
15+
1016
## [1.0.8] - 2022-07-21
1117

1218
### Changed

lib/zaig/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module Zaig
88
# Major - Incremented for incompatible changes with previous release (or big enough new features)
99
# Minor - Incremented for new backwards-compatible features + deprecations
1010
# Patch - Incremented for backwards-compatible bug fixes
11-
VERSION = "1.0.8"
11+
VERSION = "1.0.9"
1212
end

0 commit comments

Comments
 (0)