diff --git a/README.md b/README.md index 9ace0da..b9a2d61 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,7 @@ For further details please consult the [User Guide](USER_GUIDE.md). Backstopper is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) [maven_central]:https://search.maven.org/search?q=g:com.nike.backstopper -[maven_central_img]:https://maven-badges.herokuapp.com/maven-central/com.nike.backstopper/backstopper-core/badge.svg? -style=flat +[maven_central_img]:https://maven-badges.herokuapp.com/maven-central/com.nike.backstopper/backstopper-core/badge.svg?style=flat [gh_action_build]:https://github.com/Nike-Inc/backstopper/actions/workflows/build.yml [gh_action_build_img]:https://github.com/Nike-Inc/backstopper/actions/workflows/build.yml/badge.svg diff --git a/gradle.properties b/gradle.properties index eb0490a..c064b57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=0.15.2-SNAPSHOT -nikeInternalUtilVersion=0.10.1-SNAPSHOT +nikeInternalUtilVersion=1.10.2-SNAPSHOT groupId=com.nike.backstopper nikeInternalUtilGroupId=com.nike.internal artifactId=backstopper diff --git a/nike-internal-util/CHANGELOG.md b/nike-internal-util/CHANGELOG.md index 04c1072..8c85f9e 100644 --- a/nike-internal-util/CHANGELOG.md +++ b/nike-internal-util/CHANGELOG.md @@ -6,9 +6,19 @@ Note that the `backstopper-*` libraries are version-independent even though they #### 0.x Releases +- `1.10.x` Releases - [1.10.1](#1101) - `0.10.x` Releases - [0.10.0](#0100) - `0.9.x` Releases - [0.9.0.1](#0901), [0.9.0](#090) +## [1.10.1](https://github.com/Nike-Inc/backstopper/releases/tag/nike-internal-util-v1.10.1) + +Released on 2024-09-07. + +### Graduated to 1.x + +- Graduated the version of `nike-internal-util` to `1.10.1` (from `0.10.0`) to reflect the stability and previous work + done on the library. + ## [0.10.0](https://github.com/Nike-Inc/backstopper/releases/tag/nike-internal-util-v0.10.0) Released on 2022-02-28.