From c046617a99544e2a2521fd69a4b48ceeaddcbe84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 17:57:36 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ kotlin/gradle.properties | 4 ++-- typescript/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 122a59d..23058a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 37680c7..2b6a21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/ESA-Blueshell/brevo-client/compare/v1.0.4...v1.0.5) (2026-09-16) + + +### Build and Dependencies + +* **deps:** bump the actions group with 4 updates ([#43](https://github.com/ESA-Blueshell/brevo-client/issues/43)) ([0e1d0e0](https://github.com/ESA-Blueshell/brevo-client/commit/0e1d0e04d8afab38ed54423a13a2f74249958c51)) + ## [1.0.4](https://github.com/ESA-Blueshell/brevo-client/compare/v1.0.3...v1.0.4) (2026-09-09) diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index 490b4b9..390f2f1 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -3,10 +3,10 @@ # because they are generated from one spec surface and released together. # Java .properties files have no trailing-comment syntax: `version=1.2.3 # x-...` # sets the version to that whole string, and Gradle then publishes an artefact -# called `1.0.4 # x-release-please-version`. The marker therefore has to +# called `1.0.5 # x-release-please-version`. The marker therefore has to # bracket the line rather than share it. # x-release-please-start-version -version=1.0.4 +version=1.0.5 # x-release-please-end group=net.blueshell.clients diff --git a/typescript/package.json b/typescript/package.json index f1e1853..cb81e7e 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@esa-blueshell/brevo-client", - "version": "1.0.4", + "version": "1.0.5", "description": "TypeScript client for the subset of the Brevo API declared in specs/surface.json. Generated with @hey-api/openapi-ts; do not edit src/generated by hand.", "license": "MIT", "type": "module",