diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d1508d..3ad4f7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.0.17] - 2022-03-04 + ### Added - Overloaded `bulkTx` to handle new `overflowdb.BatchedUpdate` objects. diff --git a/build.sbt b/build.sbt index 3f9c112a..4b687ac0 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "Plume" inThisBuild( List( organization := "com.github.plume-oss", - version := "1.0.16", + version := "1.0.17", scalaVersion := "2.13.7", crossScalaVersions := Seq("2.13.7", "3.1.0"), resolvers ++= Seq(