Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 31, 2021
1 parent 54153d2 commit d160212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.1.0 (2021-03-31)

- Add pending upgrade checks [Experimental]. ([@skryukov][])

Now Logidze can check for a pending upgrade. Use `Logidze.pending_upgrade = :warn` to be notified by warning, or `Logidze.pending_upgrade = :error` if you want Logidze to raise an error.
Expand Down
2 changes: 1 addition & 1 deletion lib/logidze/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logidze
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit d160212

Please sign in to comment.