From 75d30753de07317cb7381e85434ee41fbd11e6f4 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Tue, 28 Nov 2023 11:30:41 -0500 Subject: [PATCH] chore: versioning Signed-off-by: Yordis Prieto --- CHANGELOG.md | 20 +++++++++++++++++++- mix.exs | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9c3c70..6406d8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [3.0.0](https://github.com/beam-community/stripity-stripe/compare/2.17.2...v3.0.0) +#### [v3.1.1](https://github.com/beam-community/stripity-stripe/compare/v3.1.0...HEAD) + +- Implement object_name_to_module so it will work for new objects in future [`#792`](https://github.com/beam-community/stripity-stripe/pull/792) +- Update services based on v682 of Stripe OpenApi SDK [`ea63a8b`](https://github.com/beam-community/stripity-stripe/commit/ea63a8b962515f81059e48537fffa0850c29f50b) +- Update services based on v679 of Stripe OpenApi SDK [`0d425fe`](https://github.com/beam-community/stripity-stripe/commit/0d425fefb74cc50235627c78c23e7ecc60e200bd) +- Update services based on v665 of Stripe OpenApi SDK [`2b569da`](https://github.com/beam-community/stripity-stripe/commit/2b569da0cd90265fe9c2a75335aac70b4528051c) + +#### [v3.1.0](https://github.com/beam-community/stripity-stripe/compare/v3.0.0...v3.1.0) + +> 5 November 2023 + +- Use conn token from read_body result [`#821`](https://github.com/beam-community/stripity-stripe/pull/821) +- Update services based on v634 of Stripe OpenApi SDK [`66d8611`](https://github.com/beam-community/stripity-stripe/commit/66d8611ab2dd96239584a6af1a22d266ddaa4b9a) +- Update services based on v638 of Stripe OpenApi SDK [`b670d7b`](https://github.com/beam-community/stripity-stripe/commit/b670d7bddfc5644db995b7c51ac29fbafeb8f1bd) +- Update services based on v604 of Stripe OpenApi SDK [`878697f`](https://github.com/beam-community/stripity-stripe/commit/878697f36fb501e2f6da4c813d3539d9d85c25e4) + +### [v3.0.0](https://github.com/beam-community/stripity-stripe/compare/2.17.2...v3.0.0) + +> 4 October 2023 - fix: remove param casting to atom [`#807`](https://github.com/beam-community/stripity-stripe/pull/807) - Add `:idempotency_key_in_use` as a valid `card_error_code` [`#813`](https://github.com/beam-community/stripity-stripe/pull/813) diff --git a/mix.exs b/mix.exs index df89ee5e..17f4c5ca 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Stripe.Mixfile do use Mix.Project @source_url "https://github.com/code-corps/stripity_stripe" - @version "3.1.0" + @version "3.1.1" def project do [