diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd1bd8..1db96df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,18 @@ The following emojis are used to highlight certain changes: ### Changed -- The resource manager's defaults have been improved based on Rainbow's and Kubo's defaults. In addition, you can now customize a few options using flags, or [environment variables](./docs/environment-variables.md). - ### Removed ### Fixed ### Security +## [v0.2.3] + +### Changed + +- The resource manager's defaults have been improved based on Rainbow's and Kubo's defaults. In addition, you can now customize a few options using flags, or [environment variables](./docs/environment-variables.md). + ## [v0.2.2] ### Fixed diff --git a/version.json b/version.json index b46e6d1..4401a3b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.2.2" + "version": "v0.2.3" }