mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Compare commits
No commits in common. "f45fc7d7033c153392024c8d586be76a115d02b8" and "25833c1408b143eba00078ff41a6bef66c6143d6" have entirely different histories.
f45fc7d703
...
25833c1408
@ -45,7 +45,9 @@ Style/AccessModifierDeclarations:
|
|||||||
EnforcedStyle: inline
|
EnforcedStyle: inline
|
||||||
|
|
||||||
Style/AsciiComments:
|
Style/AsciiComments:
|
||||||
Enabled: false
|
AllowedChars:
|
||||||
|
- ’
|
||||||
|
- €
|
||||||
|
|
||||||
Style/FrozenStringLiteralComment:
|
Style/FrozenStringLiteralComment:
|
||||||
EnforcedStyle: always
|
EnforcedStyle: always
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 7.2.0-beta.5 - 2022-11-02
|
|
||||||
* [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch
|
|
||||||
* Updated beta APIs to the latest stable version
|
|
||||||
* [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch
|
|
||||||
* Updated stable APIs to the latest version
|
|
||||||
|
|
||||||
## 7.2.0-beta.4 - 2022-10-07
|
## 7.2.0-beta.4 - 2022-10-07
|
||||||
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
* [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "7.2.0-beta.5"
|
VERSION = "7.2.0-beta.4"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user