diff --git a/.VERSION b/.VERSION index 50aea0e7..7c327287 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ccba3..91be6fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ --- +[//]: # (START/v2.1.1) +# v2.1.1 + +## Fixes + * Update Go mod name. {#193} + +## Security + * Update dependencies with security vulnerabilities to patched versions. {#192} + +--- + [//]: # (START/v2.1.0) # v2.1.0 diff --git a/version/version.go b/version/version.go index eb758d5e..fd640ecd 100644 --- a/version/version.go +++ b/version/version.go @@ -2,5 +2,5 @@ package version var ( // ProviderVersion is set during release. - ProviderVersion = "2.1.0" + ProviderVersion = "2.1.1" )