Skip to content

Commit

Permalink
Bump to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
richhollis committed Aug 10, 2016
1 parent d004f3b commit 6605d37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.9

Fix gem dependencies to support Rails 5 #141

## 0.2.8

Accept success status (#134) - thanks to @dcarneiro
Expand Down
2 changes: 1 addition & 1 deletion lib/swagger/docs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Swagger
module Docs
VERSION = "0.2.8"
VERSION = "0.2.9"
end
end

0 comments on commit 6605d37

Please sign in to comment.