Skip to content

Commit 8967b05

Browse files
committed
Version 1.2.0
1 parent b14b471 commit 8967b05

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
334334

335335
## Changelog
336336

337+
- **1.2.0** - Refer to Client :id as :key in docs/public APIs for consistency.
337338
- **1.1.2** - Add support for `verified_account` and `dwolla_landing` auth flags.
338339
- **1.1.1** - Add `TooManyRequestsError` and `ConflictError` classes.
339340
- **1.1.0** - Support setting headers on a per-request basis.

lib/dwolla_v2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DwollaV2
2-
VERSION = "1.1.2"
2+
VERSION = "1.2.0"
33
end

spec/dwolla_v2/client_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
it "#initialize sets id if key provided" do
4646
client = DwollaV2::Client.new :key => id, :secret => secret
47+
expect(client.id).to eq id
4748
end
4849

4950
it "#initialize sets secret" do

0 commit comments

Comments
 (0)