Skip to content

Commit edcb448

Browse files
committed
Update changelog and version for backstopper 2.0.1
1 parent 84be270 commit edcb448

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=2.0.1-SNAPSHOT
2-
nikeInternalUtilVersion=2.0.1-SNAPSHOT
1+
version=2.0.1
2+
nikeInternalUtilVersion=2.0.0
33
groupId=com.nike.backstopper
44
nikeInternalUtilGroupId=com.nike.internal
55
artifactId=backstopper

0 commit comments

Comments
 (0)