File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 1.0.6] - 2022-07-19
11
17
12
- ### Change
18
+ ### Changed
13
19
14
20
- Melhorando o tratamento das mensagens de erro.
15
21
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ module Zaig
8
8
# Major - Incremented for incompatible changes with previous release (or big enough new features)
9
9
# Minor - Incremented for new backwards-compatible features + deprecations
10
10
# Patch - Incremented for backwards-compatible bug fixes
11
- VERSION = "1.0.6 "
11
+ VERSION = "1.0.7 "
12
12
end
You can’t perform that action at this time.
0 commit comments