Skip to content

Commit 7e4b33d

Browse files
chore(release): 29.1.0
## [29.1.0](v29.0.0...v29.1.0) (2023-09-11) ### Features * **core:** approve applications method ([6fdaf33](6fdaf33)) * **core:** delete applications method ([a873ae5](a873ae5)) * **core:** new enabledO365MailForward virtual attribute ([fcb256f](fcb256f)) * **core:** reject applications method ([a2d270c](a2d270c)) * **core:** resend notifications method ([352d9e2](352d9e2)) ### Bug Fixes * **core:** approve applications order ([019acfe](019acfe)) * **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.15 ([7d389b9](7d389b9))
1 parent 5d1ad72 commit 7e4b33d

File tree

20 files changed

+36
-19
lines changed

20 files changed

+36
-19
lines changed

UPGRADE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
Upgrade notes
22

3+
## [29.1.0](https://github.com/CESNET/perun/compare/v29.0.0...v29.1.0) (2023-09-11)
4+
5+
6+
### Features
7+
8+
* **core:** approve applications method ([6fdaf33](https://github.com/CESNET/perun/commit/6fdaf337f9bf1d16e1af1cf6a1b9c196457c3469))
9+
* **core:** delete applications method ([a873ae5](https://github.com/CESNET/perun/commit/a873ae5e5e3c81a2fd5067ec1112323790ae7a48))
10+
* **core:** new enabledO365MailForward virtual attribute ([fcb256f](https://github.com/CESNET/perun/commit/fcb256f5c5bf8d42bae964ace804f3f12d58c651))
11+
* **core:** reject applications method ([a2d270c](https://github.com/CESNET/perun/commit/a2d270c0b5b24202a854185cad072be74acc151b))
12+
* **core:** resend notifications method ([352d9e2](https://github.com/CESNET/perun/commit/352d9e256d3d74cc7fe871aec4eadb9003c6957a))
13+
14+
15+
### Bug Fixes
16+
17+
* **core:** approve applications order ([019acfe](https://github.com/CESNET/perun/commit/019acfe3f7cbb5c7ffa876782be7f1535337f773))
18+
* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.15 ([7d389b9](https://github.com/CESNET/perun/commit/7d389b9f3949fa480b4f4669382d0975bd3d16b9))
19+
320
## [29.0.0](https://github.com/CESNET/perun/compare/v28.0.2...v29.0.0) (2023-09-04)
421

522

perun-auditlogger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-auditparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cabinet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cli-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>29.0.0</version>
10+
<version>29.1.0</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

perun-cli/Perun/Agent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Perun::Agent;
2-
my $agentVersion = '29.0.0';
2+
my $agentVersion = '29.1.0';
33
my $agentVersionMajor;
44
if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i)
55
{

perun-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>29.0.0</version>
9+
<version>29.1.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

0 commit comments

Comments
 (0)