Skip to content

Commit

Permalink
Bump version & update contributing details
Browse files Browse the repository at this point in the history
  • Loading branch information
jphastings committed Nov 8, 2017
1 parent cb2e9a0 commit 925a1da
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# HEAD

_A description of your awesome new stuff here!_

# v1.15.0

Features:

- Process JWTs in `Authorization` headers and populate the request env's `roo.identity` key with the claims, if present and valid. (#79)
- RooOnRails::Logger is now compatible with ActiveSupport::Logger on Rails versions >= 4.2 (#77)

# v1.14.0

Bug Fix:

- Routemaster Publisher was sending epoch seconds instead of milliseconds (#78)

# v1.13.1 (2017-10-18)

Expand Down
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

PRs are welcome to this repo to add new features that will be useful across our Ruby services.

If you're putting a PR together, please ensure that:

- There are ample **tests** for your code (they'll be executed against all our supported versions automatically)
- You've made changes to the **`README.md`** file explaining how to make use of the work you're adding
- You've added a line to the **`CHANGELOG.md`** file, with a short explanation of what you've added (feel free to add this in a commit after you've created your PR so you can add the PR number)

Thanks!
2 changes: 1 addition & 1 deletion lib/roo_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RooOnRails
VERSION = '1.14.0'.freeze
VERSION = '1.15.0'.freeze
end

0 comments on commit 925a1da

Please sign in to comment.