diff --git a/CHANGELOG.md b/CHANGELOG.md index 532c2095..ea96fe29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,15 @@ 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/). -## [8.6.4] - TBD -### Changed +## [8.7.1] - TBD + +## [8.7.0] - 2026-04-09 +### Changed +- Upgraded maplibre-gl from v3 to v5 #650 #693 +- Upgraded lru-cache from v4 to v11 #663 +- Added Node.js 24 support #1012 +- Update dependencies (search PRs for `is:pr label:v8.6.4 label:dependencies `) ## [8.6.3] - 2025-01-15 ### Changed diff --git a/package.json b/package.json index 8e0767d0..2fd8ff1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/ems-client", - "version": "8.6.4", + "version": "8.7.0", "description": "JavaScript client library for the Elastic Maps Service", "main": "target/node/index.js", "browser": "target/web/index.js", @@ -75,6 +75,6 @@ "@babel/helper-compilation-targets/lru-cache": "11.2.6" }, "engines": { - "node": ">=18 <=24" + "node": ">=22" } }