diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5d58f5 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 1b158ac..17fd926 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style=official -version=0.9.3-alpha \ No newline at end of file +version=0.10.0-alpha \ No newline at end of file