Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed Mar 4, 2015
1 parent fe514da commit 7febae7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 0.6.0

* #42: add `allow_if_user` which takes the user object, instead of just
an email. Thanks @jacobian!
* #43: allow bouncer to be installed at sub-paths of the app by using
`request.path_info`. Thanks @dpiddy!

# 0.5.2

* #40: fixes redirects to non-standard ports (other than 80/443). Thanks
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
@@ -1,3 +1,8 @@
# tl;dr

PRs welcome. Please write tests, add an entry to CHANGELOG.md for your
change, and if the change is user-facing, update README.md.

# Contributing

Contributions welcome! Here are some ways you can help:
Expand Down
2 changes: 1 addition & 1 deletion heroku-bouncer.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{heroku-bouncer}
s.version = "0.5.2"
s.version = "0.6.0"

s.authors = ["Jonathan Dance"]
s.email = ["jd@heroku.com"]
Expand Down

0 comments on commit 7febae7

Please sign in to comment.