From 6f563ab9a5ed01992874d188ffd546204a36f221 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 19 Feb 2018 16:20:09 +0300 Subject: [PATCH] [ci skip] Bump 0.1.0 --- CHANGELOG.md | 2 ++ lib/isolator/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bea249..691b340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 0.1.0 (2018-02-19) + - Add `test_after_commit` patch. ([@palkan][]) - [PR [#7](https://github.com/palkan/isolator/pull/7)] Add WebMock adapter. ([@palkan][]) diff --git a/lib/isolator/version.rb b/lib/isolator/version.rb index 39458a4..bc715a9 100644 --- a/lib/isolator/version.rb +++ b/lib/isolator/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Isolator - VERSION = "0.1.0.pre2" + VERSION = "0.1.0" end