diff --git a/CHANGELOG.md b/CHANGELOG.md index f390ad7..9521541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD (unreleased) +## 1.1.1 + - Safer NoMethodError annotation (https://github.com/zombocom/dead_end/pull/48) ## 1.1.0 diff --git a/Gemfile.lock b/Gemfile.lock index aa9626d..1036cfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dead_end (1.1.0) + dead_end (1.1.1) GEM remote: https://rubygems.org/ @@ -33,4 +33,4 @@ DEPENDENCIES stackprof BUNDLED WITH - 2.1.4 + 2.2.3 diff --git a/lib/dead_end/version.rb b/lib/dead_end/version.rb index 9cb64ae..b1e5f88 100644 --- a/lib/dead_end/version.rb +++ b/lib/dead_end/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DeadEnd - VERSION = "1.1.0" + VERSION = "1.1.1" end