Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 48489cc

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-10-21) ### Bug Fixes * πŸ› fix routing declaration ([5df165e](5df165e)) * πŸ› fix Submitting request possible null pointer exception ([bd61351](bd61351)) * πŸ› Reveal form if submit has failed ([363ee60](363ee60))
1 parent bd61351 commit 48489cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.2](https://github.com/CESNET/perun-spRegistration-app/compare/v1.0.1...v1.0.2) (2021-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› fix routing declaration ([5df165e](https://github.com/CESNET/perun-spRegistration-app/commit/5df165e5e8967e1ec356d7cc5de4932c5f843dc9))
7+
* πŸ› fix Submitting request possible null pointer exception ([bd61351](https://github.com/CESNET/perun-spRegistration-app/commit/bd61351e7fc6e733c430f96476ecdbaecb38a4a4))
8+
* πŸ› Reveal form if submit has failed ([363ee60](https://github.com/CESNET/perun-spRegistration-app/commit/363ee60485b517a76695e844982931f60244caee))
9+
110
## [1.0.1](https://github.com/CESNET/perun-spRegistration-app/compare/v1.0.0...v1.0.1) (2021-10-21)
211

312

β€Žpom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>cz.metacentrum.perun</groupId>
1414
<artifactId>spRegistration</artifactId>
15-
<version>1.0.1</version>
15+
<version>1.0.2</version>
1616
<packaging>jar</packaging>
1717

1818
<name>perun-spRegistration</name>

0 commit comments

Comments
Β (0)