diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffab0aa..ae8c54ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Admin Event API module - [ripe-core/#4828](https://github.com/ripe-tech/ripe-core/issues/4828) +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [3.2.0] - 2023-08-22 + +### Added + +* Admin Event API module - [ripe-core/#4828](https://github.com/ripe-tech/ripe-core/issues/4828) + ## [3.1.0] - 2023-08-22 ### Added diff --git a/package.json b/package.json index e7c58e53..5e10f7e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.1.0", + "version": "3.2.0", "description": "The public SDK for RIPE Core", "keywords": [ "js", diff --git a/src/js/base/ripe.js b/src/js/base/ripe.js index 8d286198..1254264c 100644 --- a/src/js/base/ripe.js +++ b/src/js/base/ripe.js @@ -6,7 +6,7 @@ const ripe = base.ripe; * The version of the RIPE SDK currently in load, should * be in sync with the package information. */ -ripe.VERSION = "3.1.0"; +ripe.VERSION = "3.2.0"; /** * Object that contains global (static) information to be used by