Skip to content

Commit 1b325a9

Browse files
braintreepsDavid Johnson
andcommitted
4.34.0
Co-authored-by: David Johnson <djohnson14@paypal.com>
1 parent 03ae0a5 commit 1b325a9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3+
## 4.34.0
4+
- Re-releasing as 4.34.0
5+
36
## 4.33.2
7+
- Version 4.33.2 was meant to be a released as 4.34.0
48
- Add `middle_name` to `sender` and `receiver`, and `date_of_birth` to `sender` in transfer on `Transaction`
59
- Add `rspec-retry` gem to Gemfile
610
- Update `pry` gem to 0.14.0

lib/braintree/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Braintree
22
module Version
33
Major = 4
4-
Minor = 33
5-
Tiny = 2
4+
Minor = 34
5+
Tiny = 0
66

77
String = "#{Major}.#{Minor}.#{Tiny}"
88
end

0 commit comments

Comments
 (0)