diff --git a/CHANGELOG.md b/CHANGELOG.md index a51abe0..f14f979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # unreleased +# 0.3.0 + - Reverse deprecation on configuration companion objects. But this is the last release that depends on pureharm-config. - Remove support for reading cloudfront signing keys as `.DER` format diff --git a/README.md b/README.md index a79d1b4..35c706e 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ See [changelog](./CHANGELOG.md). The available modules are (for Scala 2.13): -- `"com.busymachines" %% s"pureharm-aws-core" % "0.2.0"` -- `"com.busymachines" %% s"pureharm-aws-s3" % "0.2.0"` -- `"com.busymachines" %% s"pureharm-aws-sns" % "0.2.0"` +- `"com.busymachines" %% s"pureharm-aws-core" % "0.3.0"` +- `"com.busymachines" %% s"pureharm-aws-s3" % "0.3.0"` +- `"com.busymachines" %% s"pureharm-aws-sns" % "0.3.0"` - [pureharm-json-circe](https://github.com/busymachines/pureharm-json-circe/releases) `0.2.0` -- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.2.0"` -- `"com.busymachines" %% s"pureharm-aws-logger" % "0.2.0"` +- `"com.busymachines" %% s"pureharm-aws-cloudfront" % "0.3.0"` +- `"com.busymachines" %% s"pureharm-aws-logger" % "0.3.0"` - [log4cats](https://github.com/typelevel/log4cats/releases) `1.2.2` Common downstream dependencies: -- [AWS SDK v1](https://github.com/aws/aws-sdk-java/releases) `1.11.991` -- [AWS SDK v2](https://github.com/aws/aws-sdk-java-v2/releases) `2.16.34` +- [AWS SDK v1](https://github.com/aws/aws-sdk-java/releases) `1.11.996` +- [AWS SDK v2](https://github.com/aws/aws-sdk-java-v2/releases) `2.16.39` - [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.2.0` - [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0` -- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.2.0` -- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.2.0` +- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.4.0` +- [pureharm-config](https://github.com/busymachines/pureharm-config/releases) `0.4.0` ## usage