Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Bump version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Oct 16, 2016
1 parent bea4d3a commit 2391f3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.2.0 (10/16/2016)

* Allow specifying which HTTP methods are allowed for a resource
* Rubocop, DRY, and minor refactoring

## v0.1.1 (10/14/2016)

* Bugfix : Fix issues with contracts when using within another project
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/json_web_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class JsonWebTokenAuth
VERSION = '0.1.1'.freeze
VERSION = '0.2.0'.freeze
end
end

0 comments on commit 2391f3b

Please sign in to comment.