Skip to content

Commit f5b0d69

Browse files
authored
Merge pull request Nike-Inc#76 from Nike-Inc/release/v2.0.1-bookkeeping
Release/v2.0.1 bookkeeping
2 parents 84be270 + f9e720d commit f5b0d69

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ specifically for the `backstopper-*` libraries.
99

1010
#### 2.x Releases
1111

12-
- `2.0.x` Releases - [2.0.0](#200)
12+
- `2.0.x` Releases - [2.0.1](#201), [2.0.0](#200)
1313

1414
#### 1.x Releases
1515

@@ -25,6 +25,17 @@ specifically for the `backstopper-*` libraries.
2525
- `0.10.x` Releases - [0.10.0](#0100)
2626
- `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)
2727

28+
## [2.0.1](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v2.0.1)
29+
30+
Released on 2024-09-15.
31+
32+
### Fixed
33+
34+
* Fixed the jackson `ObjectMapper` returned by
35+
`JsonUtilWithDefaultErrorContractDTOSupport.generateErrorContractObjectMapper()` so that it can be further modified,
36+
for example by registering a `SimpleModule` with a custom serializer.
37+
- Fixed by [dearcherian]][[contrib_dearcherian]] in pull request [#75](https://github.com/Nike-Inc/backstopper/pull/75).
38+
2839
## [2.0.0](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v2.0.0)
2940

3041
Released on 2024-09-13.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.1-SNAPSHOT
1+
version=2.0.2-SNAPSHOT
22
nikeInternalUtilVersion=2.0.1-SNAPSHOT
33
groupId=com.nike.backstopper
44
nikeInternalUtilGroupId=com.nike.internal

0 commit comments

Comments
 (0)