Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
xcflushd: release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashed committed Aug 3, 2017
1 parent 12a74c8 commit 0822172
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1] - 2017-08-03

- Added targets in Makefile to verify Docker images (see README.md)
- Upgraded Nokogiri dependency to 1.8.0
- Upgraded default Ruby interpreter to JRuby 9.1.12.0
- Dropped support for MRI in Gemfile.lock.

## [1.2.0] - 2017-06-21

Note: this version requires Apicast-XC >= v1.3.0.
Expand Down
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcflushd (1.2.0)
xcflushd (1.2.1)
3scale_client (~> 2.11)
concurrent-ruby (~> 1.0.5)
daemons (~> 1.2.4)
Expand All @@ -16,23 +16,18 @@ GEM
3scale_client (2.11.0)
nokogiri
ast (2.3.0)
concurrent-ruby (1.0.5)
concurrent-ruby (1.0.5-java)
daemons (1.2.4)
diff-lcs (1.3)
docile (1.1.5)
fakeredis (0.6.0)
redis (~> 3.2)
gli (2.16.0)
hiredis (0.6.1)
hiredis (0.6.1-java)
json (2.1.0)
json (2.1.0-java)
mini_portile2 (2.1.0)
net-http-persistent (2.9.4)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.1-java)
nokogiri (1.8.0-java)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcflushd/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xcflushd
VERSION = "1.2.0"
VERSION = "1.2.1"
end

0 comments on commit 0822172

Please sign in to comment.