diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 21f6934..43c2f8c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# 0.1.3 + +- 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. 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."