diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afccc7..b8cbeda 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.5.0 + This is the first release that is also available for Scala 3! ### dependency upgrades diff --git a/README.md b/README.md index dc3214c..ad3e81f 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Utility library to be used in other pureharm modules: ## modules -- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.4.0"`. Which has these as its main dependencies: - - [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.19` - - [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.2.0` - - [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.4.0` +- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.5.0"`. Which has these as its main dependencies: + - [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.23` + - [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0` + - [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0` ## usage