From 274def97af10d734939618b207f9b5689611a7a5 Mon Sep 17 00:00:00 2001 From: Philipp Bammes Date: Fri, 6 Sep 2024 10:58:00 +0200 Subject: [PATCH] chore: version bump (2.1.0) --- CHANGELOG.md | 5 ++++- fau-degree-program-output.php | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff2976..5540ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2024-09-06 + ### Added - Synchronization for Campo Keys of child terms. @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/2.0.0...HEAD +[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/2.1.0...HEAD +[2.1.0]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.3...2.0.0 [1.0.3]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.1...1.0.2 diff --git a/fau-degree-program-output.php b/fau-degree-program-output.php index 26ab229..3529f60 100644 --- a/fau-degree-program-output.php +++ b/fau-degree-program-output.php @@ -4,7 +4,7 @@ * Plugin Name: FAU Degree Program Output * Plugin URI: https://github.com/RRZE-Webteam/FAU-Studium-Embed * Description: Fetch degree programs via the REST API and display them. - * Version: 2.1.0-beta.1 + * Version: 2.1.0 * Author: Syde GmbH * Author URI: https://syde.com/ * Update URI: false diff --git a/package.json b/package.json index 98c70ce..08e10bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rrze/fau-studium-embed", - "version": "2.1.0-beta.1", + "version": "2.1.0", "private": true, "description": "Fetch degree programs via the REST API and display them.", "homepage": "https://github.com/RRZE-Webteam/FAU-Studium-Embed",