Skip to content

Commit 71b386f

Browse files
author
Harry Maclean
authored
Merge pull request #74 from gocardless/hmac/2.0
v2.0.0
2 parents cd89ad4 + 7105ce3 commit 71b386f

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
# Unreleased
44

5-
* [#59](https://github.com/gocardless/coach/pull/59) Request data included in the
6-
`request.coach` event includes a `session_ip` field which replaces the erroneously named
7-
`session_id`. The latter is deprecated and will be removed in a future release.
8-
9-
* [#60](https://github.com/gocardless/coach/pull/60) Add `Middleware.requires?`, which
10-
behaves like `Middleware.provides?` but for requirements.
5+
No unreleased changes.
116

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

159
## Breaking changes
1610

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

21+
## Other changes
22+
23+
* [#59](https://github.com/gocardless/coach/pull/59) Request data included in the
24+
`request.coach` event includes a `session_ip` field which replaces the erroneously named
25+
`session_id`. The latter is deprecated and will be removed in a future release.
26+
27+
* [#60](https://github.com/gocardless/coach/pull/60) Add `Middleware.requires?`, which
28+
behaves like `Middleware.provides?` but for requirements.
29+
30+
* [#52](https://github.com/gocardless/coach/pull/52) Add `duration_seconds` to statistic
31+
logging. The `duration` field is now deprecated and will be removed in a future release.
32+
2733
# 1.0.0 / 2018-04-19
2834

2935
## Breaking changes

lib/coach/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Coach
4-
VERSION = "1.0.0"
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)