From b323d01beaeef70156f8fa1668b42e67e254647d 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.php | 2 +-
package.json | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce1cd17be..19c8783ea 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
- `date` and `modified` degree program REST API properties.
@@ -126,7 +128,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/compare/2.0.1...HEAD
+[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium/compare/2.1.0...HEAD
+[2.1.0]: https://github.com/RRZE-Webteam/FAU-Studium/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/RRZE-Webteam/FAU-Studium/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/RRZE-Webteam/FAU-Studium/compare/1.2.7...2.0.0
[1.2.7]: https://github.com/RRZE-Webteam/FAU-Studium/compare/1.2.6...1.2.7
diff --git a/fau-degree-program.php b/fau-degree-program.php
index 5257b5f0c..96f0f6c0e 100644
--- a/fau-degree-program.php
+++ b/fau-degree-program.php
@@ -4,7 +4,7 @@
* Plugin Name: FAU Degree Program Management
* Plugin URI: https://github.com/RRZE-Webteam/FAU-Studium
* Description: Add and edit degree programs and expose them via the REST API.
- * 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 32a92623a..00b0d03c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@rrze/fau-studium",
- "version": "2.1.0-beta.1",
+ "version": "2.1.0",
"private": true,
"description": "Add and edit degree programs and expose them via the REST API.",
"keywords": [],