From b20bb22f2fb0457e710952f41ffcc5c3b2ddff03 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 28 Aug 2024 10:43:18 -0500 Subject: [PATCH] chore(main): release 0.6.0+20231031 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",