diff --git a/CHANGELOG b/CHANGELOG index bbbc58ec63e..5a5fd7613e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.135.0 (August 24, 2023) * PaymentExpress: Correct endpoints [steveh] #4827 * Adyen: Add option to elect which error message [aenand] #4843 * Reach: Update list of supported countries [jcreiff] #4842 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 4fa45514146..68017e31781 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.134.0' + VERSION = '1.135.0' end