Skip to content

Commit

Permalink
Update framework to 11.0.0-M20
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Sep 5, 2022
1 parent 32e61c2 commit 2c0e496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [11.0.0-M21] - 2022-08-31
### Changed
- Update framework to 11.0.0-M20:
- MessageProducerClient and MessageConsumerClient are now idempotent when start is called
## [11.0.0-M21] - 2022-08-31
### Changed
- Update framework to 11.0.0-M19 in order to:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<properties>
<cpp.repo.name>event-store</cpp.repo.name>
<framework.version>11.0.0-M19</framework.version>
<framework.version>11.0.0-M20</framework.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2c0e496

Please sign in to comment.