diff --git a/CHANGELOG.md b/CHANGELOG.md index b43ca8d..4567ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Release 1.2.1 + +Bugfix release: fixes build failure with --incompatible_disallow_empty_glob +(#359) + +**Contributors** + +Alexandre Rostovtsev, Ivo List + + Release 1.2.0 **New Features** diff --git a/version.bzl b/version.bzl index dc7f0ef..324adb5 100644 --- a/version.bzl +++ b/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of bazel-skylib.""" -version = "1.2.0" +version = "1.2.1"