Compare commits

..

No commits in common. "986ca346d922aab6daab2a4dc93aaf57a7a1e09f" and "ce7263e6b179fc53f0af671a84de6ee7808ceb6f" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
# 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.1.0
8.0.0

View File

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