From 9ca6e5c2ffe65c626fb71114573cacedfe985630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:01:26 +0000 Subject: [PATCH] chore(master): release 1.4.0 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70dbb9..c752070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/braze-community/braze-php/compare/v1.3.2...v1.4.0) (2024-01-05) + + +### Features + +* **lib:** generate code from braze-specification ([8566005](https://github.com/braze-community/braze-php/commit/8566005bfe84e4297fb6316c4401ebc24de0014d)) + ## [1.3.2](https://github.com/braze-community/braze-php/compare/v1.3.1...v1.3.2) (2023-12-22) diff --git a/composer.json b/composer.json index ad95ddb..6b961c9 100644 --- a/composer.json +++ b/composer.json @@ -56,5 +56,5 @@ "vendor/bin/pest" ] }, - "version": "1.3.2" + "version": "1.4.0" }