Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version: 3.2.0 #522

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripe-sdk",
"version": "3.1.0",
"version": "3.2.0",
"description": "The public SDK for RIPE Core",
"keywords": [
"js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/base/ripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading