Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.1-SNAPSHOT
version=2.0.2-SNAPSHOT
nikeInternalUtilVersion=2.0.1-SNAPSHOT
groupId=com.nike.backstopper
nikeInternalUtilGroupId=com.nike.internal
Expand Down