diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bcceecc..2f98649bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.8.0 (2024-09-30) + +Nothing changed since `3.6.0.pre.3`. + ## 3.6.0.pre.3 (2024-09-30) ### Signature updates diff --git a/Gemfile.lock b/Gemfile.lock index 17a30eaa7..6d816a75d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.6.0.pre.3) + rbs (3.6.0) logger PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index 55438a01b..7f88cf672 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.6.0.pre.3" + VERSION = "3.6.0" end