diff --git a/UPGRADE.md b/UPGRADE.md
index cfbaee49dd..2537e372cd 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -1,5 +1,22 @@
Upgrade notes
+## [29.1.0](https://github.com/CESNET/perun/compare/v29.0.0...v29.1.0) (2023-09-11)
+
+
+### Features
+
+* **core:** approve applications method ([6fdaf33](https://github.com/CESNET/perun/commit/6fdaf337f9bf1d16e1af1cf6a1b9c196457c3469))
+* **core:** delete applications method ([a873ae5](https://github.com/CESNET/perun/commit/a873ae5e5e3c81a2fd5067ec1112323790ae7a48))
+* **core:** new enabledO365MailForward virtual attribute ([fcb256f](https://github.com/CESNET/perun/commit/fcb256f5c5bf8d42bae964ace804f3f12d58c651))
+* **core:** reject applications method ([a2d270c](https://github.com/CESNET/perun/commit/a2d270c0b5b24202a854185cad072be74acc151b))
+* **core:** resend notifications method ([352d9e2](https://github.com/CESNET/perun/commit/352d9e256d3d74cc7fe871aec4eadb9003c6957a))
+
+
+### Bug Fixes
+
+* **core:** approve applications order ([019acfe](https://github.com/CESNET/perun/commit/019acfe3f7cbb5c7ffa876782be7f1535337f773))
+* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.15 ([7d389b9](https://github.com/CESNET/perun/commit/7d389b9f3949fa480b4f4669382d0975bd3d16b9))
+
## [29.0.0](https://github.com/CESNET/perun/compare/v28.0.2...v29.0.0) (2023-09-04)
diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml
index a2b17798f5..f3fa14b337 100644
--- a/perun-auditlogger/pom.xml
+++ b/perun-auditlogger/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml
index dc995d0ffc..70aa57b1e4 100644
--- a/perun-auditparser/pom.xml
+++ b/perun-auditparser/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-base/pom.xml b/perun-base/pom.xml
index 8c6cb42c1c..7592fe2618 100644
--- a/perun-base/pom.xml
+++ b/perun-base/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml
index bef2e1aadb..4567069c9e 100644
--- a/perun-cabinet/pom.xml
+++ b/perun-cabinet/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml
index 1a19bd619e..8d6f53eaee 100644
--- a/perun-cli-java/pom.xml
+++ b/perun-cli-java/pom.xml
@@ -7,7 +7,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm
index 657a0da854..181eae380c 100755
--- a/perun-cli/Perun/Agent.pm
+++ b/perun-cli/Perun/Agent.pm
@@ -1,5 +1,5 @@
package Perun::Agent;
-my $agentVersion = '29.0.0';
+my $agentVersion = '29.1.0';
my $agentVersionMajor;
if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i)
{
diff --git a/perun-core/pom.xml b/perun-core/pom.xml
index 823ff7c418..b2df4b6511 100644
--- a/perun-core/pom.xml
+++ b/perun-core/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml
index 5666718047..6363b04a12 100644
--- a/perun-dispatcher/pom.xml
+++ b/perun-dispatcher/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml
index a3c3912396..96084ab1f3 100644
--- a/perun-engine/pom.xml
+++ b/perun-engine/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml
index 807e73d72d..6eafd44e37 100644
--- a/perun-integration/pom.xml
+++ b/perun-integration/pom.xml
@@ -5,7 +5,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
4.0.0
diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml
index f7086d2486..95da74c4f3 100644
--- a/perun-ldapc/pom.xml
+++ b/perun-ldapc/pom.xml
@@ -7,7 +7,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml
index fb3949287d..60949dc3c2 100644
--- a/perun-notification/pom.xml
+++ b/perun-notification/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml
index 1a3592b5e4..dfd9c83dd3 100644
--- a/perun-openapi/openapi.yml
+++ b/perun-openapi/openapi.yml
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
- version: 29.0.0
+ version: 29.1.0
title: Perun RPC API
description: Perun Remote Procedure Calls Application Programming Interface
contact:
diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml
index a4d95a0b90..11fa50888b 100644
--- a/perun-openapi/pom.xml
+++ b/perun-openapi/pom.xml
@@ -7,7 +7,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml
index 1920e80673..2cc9eaf27c 100644
--- a/perun-registrar-lib/pom.xml
+++ b/perun-registrar-lib/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml
index 8025dc7006..cba9939372 100644
--- a/perun-rpc/pom.xml
+++ b/perun-rpc/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml
index 2c0878fbaf..b489950028 100644
--- a/perun-scim/pom.xml
+++ b/perun-scim/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml
index 43835c6035..cb7271a309 100644
--- a/perun-web-gui/pom.xml
+++ b/perun-web-gui/pom.xml
@@ -6,7 +6,7 @@
perun
cz.metacentrum
- 29.0.0
+ 29.1.0
cz.metacentrum.perun
diff --git a/pom.xml b/pom.xml
index c4787d1b88..2e93d16e0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
cz.metacentrum
perun
- 29.0.0
+ 29.1.0
pom