diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4199d8a..318a0a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "google-apps-script-type": "1.3.0", + "google-apps-script-type": "1.4.0", "google-apps-script-type+FILLER": "0.0.0", "google-cloud-common": "1.6.0", "google-cloud-common+FILLER": "0.0.0", diff --git a/google-apps-script-type/CHANGELOG.md b/google-apps-script-type/CHANGELOG.md index 6d785e4..d06118f 100644 --- a/google-apps-script-type/CHANGELOG.md +++ b/google-apps-script-type/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.4.0 (2024-02-23) + +#### Features + +* Update minimum Ruby version to 2.7 ([#246](https://github.com/googleapis/common-protos-ruby/issues/246)) + ### 1.3.0 (2024-02-13) #### Features diff --git a/google-apps-script-type/lib/google/apps/script/type/version.rb b/google-apps-script-type/lib/google/apps/script/type/version.rb index 071517f..8570007 100644 --- a/google-apps-script-type/lib/google/apps/script/type/version.rb +++ b/google-apps-script-type/lib/google/apps/script/type/version.rb @@ -18,7 +18,7 @@ module Google module Apps module Script module Type - VERSION = "1.3.0".freeze + VERSION = "1.4.0".freeze end end end