Compare commits

...

2 Commits

Author SHA1 Message Date
anniel-stripe
986ca346d9
Merge branch 'master' into anniel-update-instrumentation-readme 2023-01-12 09:22:38 -08:00
Richard Marmorstein
e0a50213e7 Bump version to 8.1.0 2023-01-12 11:20:50 -06:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# 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
* [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes

View File

@ -1 +1 @@
8.0.0
8.1.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "8.0.0"
VERSION = "8.1.0"
end