diff --git a/CHANGELOG.md b/CHANGELOG.md index 819de35006..74749d8463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.88.0](https://github.com/aws/jsii/compare/v1.87.0...v1.88.0) (2023-08-24) + ## [1.87.0](https://github.com/aws/jsii/compare/v1.86.1...v1.87.0) (2023-08-11) diff --git a/lerna.json b/lerna.json index 9cf4ded955..9838ec9e4f 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.87.0", + "version": "1.88.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }