From 5d77c664cf4d322cc9c17a6bc059ebc9eefc9bdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 16:03:43 +0000 Subject: [PATCH] chore(release): 2.31.1 [skip ci] ## [2.31.1](https://github.com/myparcelnl/pdk/compare/v2.31.0...v2.31.1) (2023-11-23) ### :bug: Bug Fixes * **caching:** use apc only when enabled ([#239](https://github.com/myparcelnl/pdk/issues/239)) ([7b4ebbd](https://github.com/myparcelnl/pdk/commit/7b4ebbdfcc2563665355e70dabb00b0e46024f90)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e191ea76..7e1c9151f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.31.1](https://github.com/myparcelnl/pdk/compare/v2.31.0...v2.31.1) (2023-11-23) + + +### :bug: Bug Fixes + +* **caching:** use apc only when enabled ([#239](https://github.com/myparcelnl/pdk/issues/239)) ([7b4ebbd](https://github.com/myparcelnl/pdk/commit/7b4ebbdfcc2563665355e70dabb00b0e46024f90)) + ## [2.31.0](https://github.com/myparcelnl/pdk/compare/v2.30.4...v2.31.0) (2023-11-22) diff --git a/composer.json b/composer.json index 22760a716..fdc210987 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.31.0", + "version": "2.31.1", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",