Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
* Add support for passing customer address fields to the Mandate PDFs
  creation endpoint.
  • Loading branch information
Crankshaft Robot authored and Cristian Greco committed Jul 12, 2018
1 parent 6ce805d commit 379f517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gocardless_pro/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def default_options
'User-Agent' => user_agent.to_s,
'Content-Type' => 'application/json',
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
'GoCardless-Client-Version' => '2.11.0',
'GoCardless-Client-Version' => '2.12.0',
},
}
end
Expand Down
2 changes: 1 addition & 1 deletion lib/gocardless_pro/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module GoCardlessPro

module GoCardlessPro
# Current version of the GC gem
VERSION = '2.11.0'.freeze
VERSION = '2.12.0'.freeze
end

0 comments on commit 379f517

Please sign in to comment.