Skip to content

Commit

Permalink
Release 0.10.0-alpha (#7)
Browse files Browse the repository at this point in the history
* Vesion bump to 0.10.0-alpha

* Adding the CHANGELOG.
  • Loading branch information
jameskbride committed Nov 24, 2023
1 parent fa586d6 commit 86a2f43
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.10.0-alpha] - 2023-11-24

### Added
- Support for `RawMessageDelivery` - #5
- Persistence of subscription attributes - #6
- `db.json` file under `example/config` - f2c16db

### Fixed
- Subscription attributes are now parsed according to the [Subscribe action](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html) requirements. - #6

## [0.9.3-alpha] - 2023-11-18
### Fixed
- Correcting SNS message publishing format.

## [0.9.2-alpha] - 2023-11-12
### Added
- Publishing to lambda.

## [0.9.1-alpha] - 2023-11-12
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=0.9.3-alpha
version=0.10.0-alpha

0 comments on commit 86a2f43

Please sign in to comment.