Skip to content

Commit

Permalink
💼 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed May 27, 2015
1 parent 948e813 commit cebba64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
# [2.0.1][] (2015-05-27)

## Fixed

- [#286][]: Change `file` filter to check for `rewind` instead of `eof?`.
Expand Down Expand Up @@ -421,6 +423,7 @@ For help upgrading to version 2, please read [the announcement post][].

- Initial release.

[2.0.1]: https://github.com/orgsync/active_interaction/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/orgsync/active_interaction/compare/v1.6.0...v2.0.0
[1.6.0]: https://github.com/orgsync/active_interaction/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/orgsync/active_interaction/compare/v1.5.0...v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Expand Up @@ -9,7 +9,7 @@
#
# @since 1.0.0
#
# @version 2.0.0
# @version 2.0.1
module ActiveInteraction
end

Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('2.0.0')
VERSION = Gem::Version.new('2.0.1')
end

0 comments on commit cebba64

Please sign in to comment.