mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
Bump version to 8.1.0
This commit is contained in:
parent
c1d0ced565
commit
e0a50213e7
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 8.1.0 - 2023-01-12
|
||||||
|
* [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
|
||||||
|
|
||||||
## 8.0.0 - 2022-11-16
|
## 8.0.0 - 2022-11-16
|
||||||
* [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
|
* [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "8.0.0"
|
VERSION = "8.1.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user