diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a5e135..40f3bd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.2" + ".": "1.26.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a38fff..e6ef63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.26.3 (2023-02-09) + +#### Bug Fixes + +* Disable Lint/Debugger for samples ([#60](https://github.com/googleapis/ruby-style/issues/60)) + ### 1.26.2 (2022-12-08) #### Bug Fixes diff --git a/lib/google/style/version.rb b/lib/google/style/version.rb index c154ea5..a9d000c 100644 --- a/lib/google/style/version.rb +++ b/lib/google/style/version.rb @@ -16,6 +16,6 @@ module Google module Style - VERSION = "1.26.2" + VERSION = "1.26.3" end end