mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-05 00:00:59 -04:00
Compare commits
7 Commits
25833c1408
...
f45fc7d703
Author | SHA1 | Date | |
---|---|---|---|
|
f45fc7d703 | ||
|
5cd522c007 | ||
|
e6bda8356d | ||
|
6dc009579d | ||
|
c2bb4dbceb | ||
|
2354633a92 | ||
|
549a73544f |
@ -45,9 +45,7 @@ Style/AccessModifierDeclarations:
|
||||
EnforcedStyle: inline
|
||||
|
||||
Style/AsciiComments:
|
||||
AllowedChars:
|
||||
- ’
|
||||
- €
|
||||
Enabled: false
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
EnforcedStyle: always
|
||||
|
@ -1,5 +1,11 @@
|
||||
# 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
|
||||
* [#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
|
||||
|
||||
module Stripe
|
||||
VERSION = "7.2.0-beta.4"
|
||||
VERSION = "7.2.0-beta.5"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user