File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Coach
4- VERSION = "1 .0.0"
4+ VERSION = "2 .0.0"
55end
You can’t perform that action at this time.
0 commit comments