diff --git a/CHANGELOG b/CHANGELOG index d4285bf04..a99ec868a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +Version 1.0.1 (2021-05-19) +-------------------------- +RDB Loader: bump redshift-jdbc42-no-awssdk from 1.2.51.1078 to 1.2.54.1082 (#393) +RDB Loader: downgrade sentry-java to 1.7.30 (#452) +RDB Loader: crash loader on discovery failures (#461) +RDB Loader: remove unused messages buffer (#459) +RDB Loader: fix connection acquisition messages (#431) +RDB Loader: fix false cache invalidation in JSONPath resolution (#451) +Common: add jsonpaths to config example (#336) +Common: point to Snowplow roadmap in the README (#450) +Common: bump schema-ddl from 0.12.0 to 0.13.0 (#408) +Common: bump fs2 from 2.5.1 to 2.5.6 (#449) +Common: bump aws-java-sdk from 1.11.990 to 1.11.1019 (#453) +Common: bump kind-projector from 0.11.3 to 0.13.0 (#454) +Common: bump sbt from 1.4.9 to 1.5.2 (#442) + Version 1.0.0 (2021-04-14) -------------------------- Common: bump base-debian to 0.2.2 (#380) diff --git a/README.md b/README.md index f338d7bdc..16e30fd2f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ limitations under the License. [build-image]: https://github.com/snowplow/snowplow-rdb-loader/workflows/Test%20and%20deploy/badge.svg [build]: https://github.com/snowplow/snowplow-rdb-loader/actions?query=workflow%3A%22Test%22 -[release-image]: https://img.shields.io/badge/release-1.0.0-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-1.0.1-blue.svg?style=flat [releases]: https://github.com/snowplow/snowplow-rdb-loader/releases [license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat diff --git a/build.sbt b/build.sbt index c7b4385a9..f54d72d28 100755 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. */ -ThisBuild / version := "1.0.0" +ThisBuild / version := "1.0.1" lazy val root = project.in(file(".")) .aggregate(common, aws, loader, shredder, streamShredder)