Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbl committed May 14, 2020
1 parent eff57ee commit 4c3135f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.13.4.dblackmon.0] - 2020-05-30
### Changed
- expose 'matched_queries' property

## [0.13.3] - 2020-01-30
### Changed
- Release on RubyGems using gem-publisher CircleCI Orb
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
es-elasticity (0.13.3)
es-elasticity (0.13.4.dblackmon.0)
activemodel (>= 4.0.0, < 6)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)
Expand Down
2 changes: 1 addition & 1 deletion lib/elasticity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticity
VERSION = "0.13.3"
VERSION = "0.13.4.dblackmon.0"
end

0 comments on commit 4c3135f

Please sign in to comment.