Skip to content

Commit

Permalink
Add changelog entry for 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaavc committed Feb 26, 2024
1 parent 6448cdf commit 89f9e9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ Use the following schema when setting up the Changelog for a new release. Remove
### Security
-->

## [0.19.3] - 2024-02-26

### Added
- Add `utcLocalDateTime` to `ApsoTimeDateTime` ([#628](https://github.com/adzerk/apso/pull/628)).

### Changed
- Minor dependency updates.

[0.19.3]: https://github.com/velocidi/apso/compare/v0.19.2...v0.19.3

## [0.19.2] - 2024-02-20

This releases focuses on the addition of new Pekko modules, along with multiple performance improvements.
This release focuses on the addition of new Pekko modules, along with multiple performance improvements.

It also fixes some issues with the retry logic when calling S3, where some errors were not being retried.

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.19.3-SNAPSHOT"
ThisBuild / version := "0.19.3"

0 comments on commit 89f9e9b

Please sign in to comment.