diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dcccb42..02df271f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## 0.40.4 +## 0.40.4 - March 3, 2021 - Fix optarg and blockarg ordering +- Override specialization for #initialize - Find definitions with cursor after double colon ## 0.40.3 - February 7, 2021 diff --git a/lib/solargraph/version.rb b/lib/solargraph/version.rb index 64a9fcd5a..1394db7f1 100755 --- a/lib/solargraph/version.rb +++ b/lib/solargraph/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Solargraph - VERSION = '0.40.3' + VERSION = '0.40.4' end