Skip to content

Commit

Permalink
Bump version, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Mar 5, 2024
1 parent ee633dc commit 5a908af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Authentication Service MKII release notes

## 0.7.0

* BACKWARDS INCOMPATIBILITY - the auth server now logs to stdout vs. syslog.
* The the `fatTestJar` Gradle task has been replace with the `shadowJar` task, which builds
a shadowed version of the test fat jar.

## 0.6.1

* Gradle has replaced Ant as the build tool. As a consequence, all the built artifacts
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/kbase/auth2/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
public class Version {

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

}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class ServiceCommonTest {

public static final String SERVICE_NAME = "Authentication Service";
public static final String SERVER_VER = "0.6.1";
public static final String SERVER_VER = "0.7.0";
public static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.auth2";

Expand Down

0 comments on commit 5a908af

Please sign in to comment.