From f06b777f64cd0d25aa1bb7c81e9befcbd8c405fe Mon Sep 17 00:00:00 2001 From: Chance Feick Date: Mon, 10 Apr 2017 17:02:16 -0700 Subject: [PATCH] Bump version and changelog for 2.1.2 --- CHANGELOG.md | 3 +++ lib/librato/metrics/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e042f75..98ce47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### Version 2.1.2 +* Add `Faraday` 0.8.x support to `ExpectsStatus` (#138, George Ogata) + ### Version 2.1.1 * Fix `#empty?` to check queued payload (#137, Cyril David) diff --git a/lib/librato/metrics/version.rb b/lib/librato/metrics/version.rb index 888fd34..6fe4549 100644 --- a/lib/librato/metrics/version.rb +++ b/lib/librato/metrics/version.rb @@ -1,5 +1,5 @@ module Librato module Metrics - VERSION = "2.1.1" + VERSION = "2.1.2" end end