From 613515cc4945a14510c9c7c6f7b8584838e0b671 Mon Sep 17 00:00:00 2001 From: Sijie Date: Mon, 18 Mar 2024 12:59:03 -0700 Subject: [PATCH 1/2] add release notes for 0.2.0 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 21f6934..4d71b76 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# 0.2.0 + +- Added GHA workflows and removed Travis CI +- MongoController is now compatible with Mongo versions 2 through 7 +- Updated test config file to specify the auth2 shadow jar path vs. the jars repo path + # 0.1.2 - Support for disabling SSL verification of remote S3 certificates (default false) with the s3-disable-ssl-verify option in the configuration file. From 45345d63b15497a6bce51a0a012164745350b0fd Mon Sep 17 00:00:00 2001 From: Sijie Date: Mon, 18 Mar 2024 14:11:43 -0700 Subject: [PATCH 2/2] bump version --- RELEASE_NOTES.md | 2 +- app/blobstore.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4d71b76..43c2f8c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# 0.2.0 +# 0.1.3 - Added GHA workflows and removed Travis CI - MongoController is now compatible with Mongo versions 2 through 7 diff --git a/app/blobstore.go b/app/blobstore.go index 6575ce2..f20e075 100644 --- a/app/blobstore.go +++ b/app/blobstore.go @@ -19,7 +19,7 @@ import ( const ( name = "blobstore" - version = "0.1.2" + version = "0.1.3" shockname = "Shock" shockver = "0.9.6" // do not increment deprecation = "The id and version fields are deprecated."