Skip to content

Commit 28c295e

Browse files
author
Vidas P
committed
Bump version to v0.9.7
1 parent 0ce4bb1 commit 28c295e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [current]
9+
10+
11+
## [0.9.7] - 2020-02-28
912
### Changed
10-
- Semantics of message delivery got different: agents now process a single
13+
- The semantics of message delivery got improved: agents now process a single
1114
message at a time, thus matching transactional boundaries.
1215
- BREAKING: CSV Agent in 'serialize' mode handles only a single message at a
1316
time and can't aggregate multiple 'row' messages into a single CSV. Old
14-
behaviour wasn't exactly deterministic, suggested way would be to use
17+
behavior wasn't exactly deterministic, a suggested way would be to use
1518
`Digest Agent` to aggregate messages and then serialize them with
1619
`CSV Agent`.
1720

1821
### Fixed
19-
- Update nokogiri (CVE-2020-7595)
22+
- Update nokogiri (CVE-2020-7595).
23+
- Update rack (CVE-2019-16782).
24+
- Update puma (CVE-2019-16770).
25+
- Fix regression for 'Delete Messages' button.
2026

2127

2228
## [0.9.6] - 2019-12-09
@@ -99,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99105
### Added
100106
- Initial public release
101107

102-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.6...HEAD
108+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.7...HEAD
109+
[0.9.7]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7
103110
[0.9.6]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
104111
[0.9.5.1]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5.1
105112
[0.9.5]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.6
1+
0.9.7

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveWorkflow
22
class Application
3-
VERSION = '0.9.6'
3+
VERSION = '0.9.7'
44
end
55
end

0 commit comments

Comments
 (0)