Skip to content

Commit

Permalink
Update changelog and gradle.properties for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jun 5, 2024
1 parent bf738d9 commit 5fca8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## 21.0-SNAPSHOT - unreleased
## 20.0.2 - 2024-06-05

### 🐞 Bug Fixes

* BaseProxyService now correctly handles responses without content.
* BaseProxyService now properly supports caching the underlying HttpClient between
requests. This defaults to `false` to reflect current behavior, but may be
overridden to `true`.

### ⚙️ Technical

* Removed obsolete `BaseAuthenticationService.whitelistFileExtensions`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xhReleaseVersion=21.0-SNAPSHOT
xhReleaseVersion=20.0.2


grailsVersion=6.2.0
Expand Down

0 comments on commit 5fca8b2

Please sign in to comment.