Skip to content

Commit

Permalink
Bump version to 11.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed May 30, 2024
1 parent 03a7b9e commit acdcecf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 11.6.0 - 2024-05-30
* [#1404](https://github.com/stripe/stripe-ruby/pull/1404) Add method to list invoice line items
* Add methods `list_lines()` on the class `Invoice` to list the invoice line items

## 11.5.0 - 2024-05-23
* This release has no changes.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.5.0
11.6.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "11.5.0"
VERSION = "11.6.0"
end

0 comments on commit acdcecf

Please sign in to comment.