Skip to content

Commit 910bad7

Browse files
authored
Merge pull request #432 from kbase/gavin-inbox
Bump version, add release notes
2 parents 7a2049b + 1b65b94 commit 910bad7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RELEASE_NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Authentication Service MKII release notes
22

3+
## 0.7.0
4+
5+
* BACKWARDS INCOMPATIBILITY - the auth server now logs to stdout vs. syslog.
6+
* The the `fatTestJar` Gradle task has been replaced with the `shadowJar` task, which builds
7+
a shadowed version of the test fat jar.
8+
39
## 0.6.1
410

511
* Gradle has replaced Ant as the build tool. As a consequence, all the built artifacts

src/main/java/us/kbase/auth2/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class Version {
66

77
/** The version of the KBase Auth2 service. */
8-
public static final String VERSION = "0.6.1";
8+
public static final String VERSION = "0.7.0";
99

1010
}

src/test/java/us/kbase/test/auth2/service/common/ServiceCommonTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
public class ServiceCommonTest {
4848

4949
public static final String SERVICE_NAME = "Authentication Service";
50-
public static final String SERVER_VER = "0.6.1";
50+
public static final String SERVER_VER = "0.7.0";
5151
public static final String GIT_ERR =
5252
"Missing git commit file gitcommit, should be in us.kbase.auth2";
5353

0 commit comments

Comments
 (0)