Skip to content

Commit df1f49f

Browse files
committed
Set version to 0.1.0
1 parent c2a7c03 commit df1f49f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
== Version 0.19.0 ==
213

314
Breaking changes:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242
}
4343

4444
group = 'com.yubico'
45-
version = '0.19.0'
45+
version = '0.1.0'
4646

4747
sourceCompatibility = 1.6
4848
targetCompatibility = 1.6

0 commit comments

Comments
 (0)