From 957f2a63834e97ba7f175adcb7a767c16b093c62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:41:55 +0000 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa862e1..b60b475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.1.0](https://github.com/ButterCMS/buttercms-php/compare/v3.0.2...v3.1.0) (2024-12-10) + + +### Features + +* add dockerfile and demo program ([70afe0a](https://github.com/ButterCMS/buttercms-php/commit/70afe0a6e36c345a3829aea50a72a6408609a4f9)) +* add getters ([c6adb87](https://github.com/ButterCMS/buttercms-php/commit/c6adb877351773a1ee4dbbf37c65562041e9abdb)) +* parametrize base url ([2bce734](https://github.com/ButterCMS/buttercms-php/commit/2bce734aa9c3f9ac7da082568da4339d66085699)) +* update Page and Post models ([86a9ca6](https://github.com/ButterCMS/buttercms-php/commit/86a9ca6c155dec4ab598b774f471e7077a713f8c)) + ## [3.0.2](https://github.com/ButterCMS/buttercms-php/compare/3.0.1...v3.0.2) (2023-09-12) diff --git a/composer.json b/composer.json index 6b123f4..f786dfd 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "dealerdirect/phpcodesniffer-composer-installer": true } }, - "version": "3.0.2" + "version": "3.1.0" }