We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c313153 commit de0e0d0Copy full SHA for de0e0d0
CHANGELOG.md
@@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
-## [8.5.0] - TBD
+## [8.5.1] TBD
7
+
8
+- Update release documentation #194
9
10
+## [8.5.0] - 2023-08-23
11
12
- Migration from Jenkins to Buildkite for automatic testing #145 #147
13
- Detached the releases of EMS Client from the services consumed #185
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elastic/ems-client",
- "version": "8.5.0",
+ "version": "8.5.1",
"description": "JavaScript client library for the Elastic Maps Service",
"main": "target/node/index.js",
"browser": "target/web/index.js",
0 commit comments