Skip to content

Commit

Permalink
Merge pull request #74 from gocardless/hmac/2.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
Harry Maclean authored Jun 13, 2019
2 parents cd89ad4 + 7105ce3 commit 71b386f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@

# Unreleased

* [#59](https://github.com/gocardless/coach/pull/59) Request data included in the
`request.coach` event includes a `session_ip` field which replaces the erroneously named
`session_id`. The latter is deprecated and will be removed in a future release.

* [#60](https://github.com/gocardless/coach/pull/60) Add `Middleware.requires?`, which
behaves like `Middleware.provides?` but for requirements.
No unreleased changes.

* [#52](https://github.com/gocardless/coach/pull/52) Add `duration_seconds` to statistic
logging. The `duration` field is now deprecated and will be removed in a future release.
# 2.0.0 / 2019-06-13

## Breaking changes

Expand All @@ -24,6 +18,18 @@
* [#56](https://github.com/gocardless/coach/pull/56) Support for Ruby 2.2 and 2.3 has been
dropped. See our [compatibility policy](https://github.com/gocardless/coach/blob/master/docs/COMPATIBILITY.md) for more information.

## Other changes

* [#59](https://github.com/gocardless/coach/pull/59) Request data included in the
`request.coach` event includes a `session_ip` field which replaces the erroneously named
`session_id`. The latter is deprecated and will be removed in a future release.

* [#60](https://github.com/gocardless/coach/pull/60) Add `Middleware.requires?`, which
behaves like `Middleware.provides?` but for requirements.

* [#52](https://github.com/gocardless/coach/pull/52) Add `duration_seconds` to statistic
logging. The `duration` field is now deprecated and will be removed in a future release.

# 1.0.0 / 2018-04-19

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion lib/coach/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Coach
VERSION = "1.0.0"
VERSION = "2.0.0"
end

0 comments on commit 71b386f

Please sign in to comment.