diff --git a/CHANGELOG.md b/CHANGELOG.md index 73648c38..01471529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [7.17.2] - TBD + +## Added + +## Changed + + ## [7.17.1] - 2023-11-09 ### Changed diff --git a/package.json b/package.json index f7c55367..ddb40595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/ems-client", - "version": "7.17.1", + "version": "7.17.2", "description": "JavaScript client library for the Elastic Maps Service", "main": "target/node/index.js", "browser": "target/web/index.js",