Skip to content

Commit

Permalink
Update CHANGELOG and version for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Smith committed Mar 5, 2018
1 parent 6f257f3 commit 3159fc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
v1.0.0, 2018-03-05
-------------------
* Add #unstub method, replace deprecated watir-webdriver with watir [#212](https://github.com/oesmith/puffing-billy/pull/212)
* Watir upgrade requires puffing-billy to drop support for ruby 1.9.3
* Prepend rspec puffing billy reset hook [#227](https://github.com/oesmith/puffing-billy/pull/227)
* Catch unhandled request handler errors [#228](https://github.com/oesmith/puffing-billy/pull/228)

v0.12.0, 2018-02-07
-------------------
* Follow cache file symlinks [#220](https://github.com/oesmith/puffing-billy/pull/220)
Expand Down
2 changes: 1 addition & 1 deletion lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
VERSION = '0.12.0'
VERSION = '1.0.0'
end

0 comments on commit 3159fc8

Please sign in to comment.