Skip to content

Commit

Permalink
Prepare for 1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Nov 22, 2021
1 parent 4451e63 commit 8816e71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.2.3 (2021-11-22)
--------------------------
Common: bump schema-ddl to 0.14.3 (#632)
RDB Loader: notify about failure outside of loading (#636)
RDB Loader: don't allow folder monitoring to crash the loader (#628)
RDB Loader: make sure folder monitoring cannot execute concurrently (#627)

Version 1.2.2 (2021-11-12)
--------------------------
RDB Loader: remove logging class from a message (#623)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-1.2.3-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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
*/

ThisBuild / version := "1.2.2"
ThisBuild / version := "1.2.3"

lazy val root = project.in(file("."))
.aggregate(common, aws, loader, shredder, streamShredder)
Expand Down

0 comments on commit 8816e71

Please sign in to comment.