From 2bde56fe7dfbfe584a4c615524e128ba888802a9 Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:04:08 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d39fb5..1e69a23 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,24 @@ ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-stripe/tree/HEAD) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-stripe/compare/v3.0.0...HEAD) +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-stripe/compare/v3.1.0...HEAD) **Merged pull requests:** -- feat: search for customer and invoice [\#119](https://github.com/feathersjs-ecosystem/feathers-stripe/pull/119) ([TheNoim](https://github.com/TheNoim)) +- feat: add balance transactions service [\#120](https://github.com/feathersjs-ecosystem/feathers-stripe/pull/120) ([TheNoim](https://github.com/TheNoim)) + +## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-stripe/tree/v3.1.0) (2024-07-17) + +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-stripe/compare/v3.0.0...v3.1.0) ## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-stripe/tree/v3.0.0) (2024-02-02) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-stripe/compare/v2.0.0...v3.0.0) +**Merged pull requests:** + +- feat: search for customer and invoice [\#119](https://github.com/feathersjs-ecosystem/feathers-stripe/pull/119) ([TheNoim](https://github.com/TheNoim)) + ## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-stripe/tree/v2.0.0) (2023-08-31) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-stripe/compare/v1.0.1...v2.0.0)