Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the 0.1.8 changes into 0.1.7 #397

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# KBase Groups Service release notes

## 0.1.8
## 0.1.7

* The MongoDB clients have been updated to the most recent version.
* Added the ``mongo-retrywrites`` configuration setting in ``deploy.cfg``, defaulting to
``false``.

## 0.1.7

* The build tool has been switched from Ant to Gradle.

## 0.1.6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/kbase/groups/service/api/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Root {
//TODO ZLATER ROOT add configurable contact email or link
//TODO ZLATER swagger

private static final String VERSION = "0.1.8";
private static final String VERSION = "0.1.7";
private static final String SERVER_NAME = "Groups service";

/** Return the root information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class RootTest {

public static final String SERVER_VER = "0.1.8";
public static final String SERVER_VER = "0.1.7";
private static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.groups";

Expand Down
Loading