Skip to content

Commit f101205

Browse files
committed
build(release): bump version from 1.0.6 to 1.0.7
1 parent 853b7b5 commit f101205

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.7] - 2022-07-20
11+
12+
### Changed
13+
14+
- [QC-334](https://qflash.atlassian.net/browse/QC-334) Conexão adiciona token jwt por padrão no cabeçalho da requisição.
15+
1016
## [1.0.6] - 2022-07-19
1117

12-
### Change
18+
### Changed
1319

1420
- Melhorando o tratamento das mensagens de erro.
1521

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.6"
11+
VERSION = "1.0.7"
1212
end

0 commit comments

Comments
 (0)