Skip to content

Commit 74f7d1c

Browse files
committed
chore(main): release jans-fido2 1.0.2
1 parent a9fc319 commit 74f7d1c

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

jans-fido2/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.0.2 (2022-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* [#776](https://github.com/JanssenProject/jans/issues/776) ([#2503](https://github.com/JanssenProject/jans/issues/2503)) ([a564431](https://github.com/JanssenProject/jans/commit/a564431c8b6e503a36dbaf7ccc8f79e6b8adb95f))
9+
* jans-config-api/plugins/sample/helloworld/pom.xml to reduce vulnerabilities ([#972](https://github.com/JanssenProject/jans/issues/972)) ([e2ae05e](https://github.com/JanssenProject/jans/commit/e2ae05e5515dd85a95c0a8520de57f673aba7918))
10+
* jans-eleven/pom.xml to reduce vulnerabilities ([#2676](https://github.com/JanssenProject/jans/issues/2676)) ([d27a7f9](https://github.com/JanssenProject/jans/commit/d27a7f99f22cb8f4bd445a3400224a38cb91eedc))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.0.2 ([43dead6](https://github.com/JanssenProject/jans/commit/43dead615f3508ca393c330c2db27a8fb9d1017a))
16+
317
## 1.0.2 (2022-08-30)
418

519

jans-fido2/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.jans</groupId>
1111
<artifactId>jans-fido2-parent</artifactId>
12-
<version>1.0.3-SNAPSHOT</version>
12+
<version>1.0.2</version>
1313
</parent>
1414

1515
<build>

jans-fido2/model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.jans</groupId>
1212
<artifactId>jans-fido2-parent</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.2</version>
1414
</parent>
1515

1616
<dependencies>

jans-fido2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.jans</groupId>
66
<artifactId>jans-fido2-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.2</version>
99
<name>Fido2 API</name>
1010

1111
<distributionManagement>

jans-fido2/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.jans</groupId>
1111
<artifactId>jans-fido2-parent</artifactId>
12-
<version>1.0.3-SNAPSHOT</version>
12+
<version>1.0.2</version>
1313
</parent>
1414

1515
<build>

0 commit comments

Comments
 (0)