Skip to content

Commit

Permalink
Updates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
plandino committed Jul 27, 2017
1 parent 0b255b9 commit 40365be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

## Change log

### [0.2.1] - 2017-07-27

- Throws Wor::Authentication::MissingAuthorizationHeader when no Authorization header is sent
- Throws Wor::Authentication::InvalidAuthorizationToken when the Authorization token is invalid

### [0.2.0]

#### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/wor/authentication/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Wor
module Authentication
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
end
2 changes: 1 addition & 1 deletion spec/wor/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
end

it 'has the correct version number' do
expect(version).to eq('0.2.0')
expect(version).to eq('0.2.1')
end
end

0 comments on commit 40365be

Please sign in to comment.