Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleech committed Mar 7, 2017
1 parent d9a1216 commit 21cd9cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD (unreleased)

## 2.0.0 (7th Mar 2017)

Authors: Sergey Mostovoy

* fix: logger raises exception if hash is passed as an argument to a listener
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@

Note: Wisper was originally extracted from a Rails codebase but is not dependant on Rails.

-------------------------------------------------------------------------------

This is the README for the unreleased version 2.0 of Wisper.

Jump to the [Version 1.x README](https://github.com/krisleech/wisper/tree/v1).

-------------------------------------------------------------------------------

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'wisper', '2.0.0.rc1'
gem 'wisper', '2.0.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/wisper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wisper
VERSION = "2.0.0.rc1"
VERSION = "2.0.0"
end

0 comments on commit 21cd9cd

Please sign in to comment.