Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayes Davis committed Feb 21, 2012
1 parent 819a433 commit ec8958b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,13 @@
0.2.0
=====
* Fix chunked encoding bug. Scripts that used to rely on "\r\n" being
automatically appended to each send call need to be updated to manually add
"\r\n" (or whatever line ending) as appropriate.

0.1.1
=====
* Add :quiet flag to silence puts during tests (thanks @rud)

0.1.0
=====
* Initial release
2 changes: 1 addition & 1 deletion lib/mockingbird/version.rb
@@ -1,5 +1,5 @@
module Mockingbird

VERSION = Version = "0.1.1"
VERSION = Version = "0.2.0"

end

0 comments on commit ec8958b

Please sign in to comment.