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