Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.4"
".": "1.0.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down