Bump version to 8.1.0

This commit is contained in:
Richard Marmorstein 2023-01-12 11:20:50 -06:00
parent c1d0ced565
commit e0a50213e7
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