diff --git a/CHANGELOG.md b/CHANGELOG.md index 313c1b33..16b937c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Release 1.1.0 +Release 1.1.1 (initially tagged as 1.1.0) **New Features** diff --git a/version.bzl b/version.bzl index 39067795..bd2fb193 100644 --- a/version.bzl +++ b/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of bazel-skylib.""" -version = "1.0.3" +version = "1.1.1"