Skip to content

Commit 75d3075

Browse files
committed
chore: versioning
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 212bef2 commit 75d3075

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [3.0.0](https://github.com/beam-community/stripity-stripe/compare/2.17.2...v3.0.0)
7+
#### [v3.1.1](https://github.com/beam-community/stripity-stripe/compare/v3.1.0...HEAD)
8+
9+
- Implement object_name_to_module so it will work for new objects in future [`#792`](https://github.com/beam-community/stripity-stripe/pull/792)
10+
- Update services based on v682 of Stripe OpenApi SDK [`ea63a8b`](https://github.com/beam-community/stripity-stripe/commit/ea63a8b962515f81059e48537fffa0850c29f50b)
11+
- Update services based on v679 of Stripe OpenApi SDK [`0d425fe`](https://github.com/beam-community/stripity-stripe/commit/0d425fefb74cc50235627c78c23e7ecc60e200bd)
12+
- Update services based on v665 of Stripe OpenApi SDK [`2b569da`](https://github.com/beam-community/stripity-stripe/commit/2b569da0cd90265fe9c2a75335aac70b4528051c)
13+
14+
#### [v3.1.0](https://github.com/beam-community/stripity-stripe/compare/v3.0.0...v3.1.0)
15+
16+
> 5 November 2023
17+
18+
- Use conn token from read_body result [`#821`](https://github.com/beam-community/stripity-stripe/pull/821)
19+
- Update services based on v634 of Stripe OpenApi SDK [`66d8611`](https://github.com/beam-community/stripity-stripe/commit/66d8611ab2dd96239584a6af1a22d266ddaa4b9a)
20+
- Update services based on v638 of Stripe OpenApi SDK [`b670d7b`](https://github.com/beam-community/stripity-stripe/commit/b670d7bddfc5644db995b7c51ac29fbafeb8f1bd)
21+
- Update services based on v604 of Stripe OpenApi SDK [`878697f`](https://github.com/beam-community/stripity-stripe/commit/878697f36fb501e2f6da4c813d3539d9d85c25e4)
22+
23+
### [v3.0.0](https://github.com/beam-community/stripity-stripe/compare/2.17.2...v3.0.0)
24+
25+
> 4 October 2023
826
927
- fix: remove param casting to atom [`#807`](https://github.com/beam-community/stripity-stripe/pull/807)
1028
- Add `:idempotency_key_in_use` as a valid `card_error_code` [`#813`](https://github.com/beam-community/stripity-stripe/pull/813)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Stripe.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/code-corps/stripity_stripe"
5-
@version "3.1.0"
5+
@version "3.1.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)