Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ploubser committed Sep 10, 2020
1 parent 29ec331 commit 9ca9acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.4
* Include missing fixes for Ruby 2.7.0 deprecations

## 1.5.3
* Fix Ruby 2.7.0 deprecation warnings
* Bump Rspec version in Gemfile
Expand Down
2 changes: 1 addition & 1 deletion jgrep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'date'
Gem::Specification.new do |s|
s.name = "jgrep"

s.version = "1.5.3"
s.version = "1.5.4"
s.date = Date.today.to_s

s.summary = "Filter JSON documents with a simple logical language"
Expand Down

0 comments on commit 9ca9acf

Please sign in to comment.