From 1f3dbccd3211b92b4fc65ee71f9b6ae68749dc37 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 5 Dec 2023 10:56:25 +0100 Subject: [PATCH] release-3.2.3: bump up version --- CHANGELOG.md | 8 ++++++++ administration/package.json | 2 +- frontend/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378651655..e479cb69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +# [3.2.3] 2023-12-05 + +### Fixed +* fix wrong headline by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1220 +* 1224: Fix language switch by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1225 +* 1226: Fix duckerei cache by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1227 +* 1228: Rename nuernberg pass id in activity log by @ztefanie in https://github.com/digitalfabrik/entitlementcard/pull/1231 + # [3.2.2] 2023-11-15 ### Fixed diff --git a/administration/package.json b/administration/package.json index eed277edf..ba951c076 100644 --- a/administration/package.json +++ b/administration/package.json @@ -1,6 +1,6 @@ { "name": "administration", - "version": "3.2.2", + "version": "3.2.3", "private": true, "dependenciesComments": { "typescript": "Keeping on 5.0.x because of current incompatibility of 5.1.x with @typescript-eslint" diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index d4c32c209..60394ca85 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.2.2+115 +version: 3.2.3+123 environment: sdk: 3.0.2