We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a7c03 commit df1f49fCopy full SHA for df1f49f
NEWS
@@ -1,3 +1,14 @@
1
+== Version 0.1.0 ==
2
+
3
+* First release of https://www.w3.org/TR/webauthn/[Web Authentication] support
4
+* Merged U2F subprojects into webauthn-server-core and deleted lots of unused code
5
6
7
+= java-u2flib-server version history =
8
9
+This project was forked from https://developers.yubico.com/java-u2flib-server/[java-u2flib-server]. Below is the version history from before the fork.
10
11
12
== Version 0.19.0 ==
13
14
Breaking changes:
build.gradle
@@ -42,7 +42,7 @@ allprojects {
42
}
43
44
group = 'com.yubico'
45
- version = '0.19.0'
+ version = '0.1.0'
46
47
sourceCompatibility = 1.6
48
targetCompatibility = 1.6
0 commit comments