diff --git a/CHANGELOG.md b/CHANGELOG.md index 1231c82..19ec996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.5.1+20231031...v0.6.0+20231031) (2024-08-28) + + +### Features + +* Latest serverless specification changes ([#83](https://github.com/elastic/elasticsearch-serverless-js/issues/83)) ([a187581](https://github.com/elastic/elasticsearch-serverless-js/commit/a187581b485a9eb74a24ea26d75babb0344c5778)) + ## [0.5.1+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.5.0+20231031...v0.5.1+20231031) (2024-08-14) diff --git a/package.json b/package.json index 131f9e1..928471a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch-serverless", - "version": "0.5.1+20231031", + "version": "0.6.0+20231031", "description": "The official Node.js Elastic client for the Elasticsearch Serverless service.", "main": "index.js", "types": "index.d.ts",