diff --git a/CHANGELOG.md b/CHANGELOG.md index 57897d91..12ac07f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,18 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Change API testing provider from `httpbin` to `postman-echo` +* ### Fixed * +## [3.1.0] - 2023-08-22 + +### Added + +* Added `composeUrl` option to allow custom for composition endpoints - [products/#132](https://github.com/ripe-tech/products/issues/132) + +### Changed + +* Change API testing provider from `httpbin` to `postman-echo` + ## [3.0.1] - 2023-05-19 ### Added * Added `sku` and `domain` fields to import order - [ripe-core/#4798](https://github.com/ripe-tech/ripe-core/issues/4798) -* Added `composeUrl` option to allow custom for composition endpoints - [products/#132](https://github.com/ripe-tech/products/issues/132) ### Changed diff --git a/package.json b/package.json index 5d3a6e5b..e7c58e53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.0.1", + "version": "3.1.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 04038c6b..8d286198 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.0.1"; +ripe.VERSION = "3.1.0"; /** * Object that contains global (static) information to be used by