Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 19, 2023
1 parent ce4fc8f commit e735215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.2] - 2023-10-19

- Fixes serialization of thirdParty config

## [4.0.1] - 2023-10-19

- Fixes cloning of `TenantConfig` object to include `null` values
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

version = "4.0.1"
version = "4.0.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit e735215

Please sign in to comment.