From edcb448ca23121feeb31836ead4195eb5dc376fd Mon Sep 17 00:00:00 2001 From: Nic Munroe Date: Sun, 15 Sep 2024 14:09:26 -0700 Subject: [PATCH 1/2] Update changelog and version for backstopper 2.0.1 --- CHANGELOG.md | 13 ++++++++++++- gradle.properties | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2294094..c36afcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ specifically for the `backstopper-*` libraries. #### 2.x Releases -- `2.0.x` Releases - [2.0.0](#200) +- `2.0.x` Releases - [2.0.1](#201), [2.0.0](#200) #### 1.x Releases @@ -25,6 +25,17 @@ specifically for the `backstopper-*` libraries. - `0.10.x` Releases - [0.10.0](#0100) - `0.9.x` Releases - [0.9.2](#092), [0.9.1.1](#0911), [0.9.1](#091), [0.9.0.1](#0901), [0.9.0](#090) +## [2.0.1](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v2.0.1) + +Released on 2024-09-15. + +### Fixed + +* Fixed the jackson `ObjectMapper` returned by + `JsonUtilWithDefaultErrorContractDTOSupport.generateErrorContractObjectMapper()` so that it can be further modified, + for example by registering a `SimpleModule` with a custom serializer. + - Fixed by [dearcherian]][[contrib_dearcherian]] in pull request [#75](https://github.com/Nike-Inc/backstopper/pull/75). + ## [2.0.0](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v2.0.0) Released on 2024-09-13. diff --git a/gradle.properties b/gradle.properties index 3a01554..89c320a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=2.0.1-SNAPSHOT -nikeInternalUtilVersion=2.0.1-SNAPSHOT +version=2.0.1 +nikeInternalUtilVersion=2.0.0 groupId=com.nike.backstopper nikeInternalUtilGroupId=com.nike.internal artifactId=backstopper From f9e720d7e7be89b7686264e7cbd06d42e33b3cc0 Mon Sep 17 00:00:00 2001 From: Nic Munroe Date: Fri, 10 Oct 2025 11:26:08 -0700 Subject: [PATCH 2/2] Bump nike-internal-util version for snapshot development --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 89c320a..42726fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=2.0.1 -nikeInternalUtilVersion=2.0.0 +version=2.0.2-SNAPSHOT +nikeInternalUtilVersion=2.0.1-SNAPSHOT groupId=com.nike.backstopper nikeInternalUtilGroupId=com.nike.internal artifactId=backstopper