diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9e7ee5e..0418b5578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master +## 3.4.2 (2024-01-19) + +### Miscellaneous + +* Bckport #1724 ([#1726](https://github.com/ruby/rbs/pull/1726)) + ## 3.4.1 (2023-12-26) ### Signature updates diff --git a/Gemfile.lock b/Gemfile.lock index 4293185c6..c1d863521 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.4.1) + rbs (3.4.2) abbrev PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index a31830e8f..b7e6b5442 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.4.1" + VERSION = "3.4.2" end