Skip to content

Commit

Permalink
Prepare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelias committed Dec 17, 2011
1 parent 85eda8e commit f8d1dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.2.0 (unreleased)
## 0.2.0

- enhancements
- [#4] Add authorized applications endpoint
Expand All @@ -13,6 +13,7 @@
- Refactor config class
- Improve coverage of authorization request integration
- bug fixes
- [#6, #20] Fix access token response headers
- Fix issue with state parameter
- deprecation
- deprecate :only and :except options in doorkeeper_for
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
@@ -1,3 +1,3 @@
module Doorkeeper
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit f8d1dcc

Please sign in to comment.