From 0f87ac135577a7c649b07ecebab0ca9a269a230c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:21:36 +0000 Subject: [PATCH] chore(main): release 2.2.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0349f..00ce7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/entur/api-guidelines/compare/v2.2.1...v2.2.2) (2026-03-10) + + +### Bug Fixes + +* Add 201 as allowed response to PUT ([#97](https://github.com/entur/api-guidelines/issues/97)) ([3ac6331](https://github.com/entur/api-guidelines/commit/3ac63319ac6102dc7c865009bec3d119c1548daf)) + ## [2.2.1](https://github.com/entur/api-guidelines/compare/v2.2.0...v2.2.1) (2026-02-27)