Skip to content

Commit

Permalink
Updates for release 1.23.0 (#488)
Browse files Browse the repository at this point in the history
* Update version

* Add changelog
  • Loading branch information
claudia-correia authored Sep 26, 2024
1 parent 4be03fd commit a8e4a14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changelog/1.23.0/487.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
category: enhancement
title: Update to latest Elastic cloud API
description: |
Updates the generated clients and models to match the API available in Elastic cloud.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash
export GO111MODULE ?= on
export VERSION ?= v1.22.0
export VERSION ?= v1.23.0
export ECE_VERSION ?= $(shell cat ECE_VERSION)
export ECE_BRANCH ?= ms-112
ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md
Expand Down
10 changes: 10 additions & 0 deletions notes/v1.23.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

This release of the Elastic Cloud SDK Go should be used for ECE Version `3.8.0`.

## Enhancements

### Update to latest Elastic cloud API ([#487](https://github.com/elastic/cloud-sdk-go/issues/487))

Updates the generated clients and models to match the API available in Elastic cloud.

0 comments on commit a8e4a14

Please sign in to comment.