From be43f70fc8ef4af44778990dd04373832dfc93f3 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 4 Apr 2022 07:29:06 +0200 Subject: [PATCH] Release 1.131.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce97a8743..1e584bb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.131.1 - 04.04.2022 + +### Fixed + +- Fixed the missing API version in the _Stripe_ success callback url + ## 1.131.0 - 02.04.2022 ### Added diff --git a/package.json b/package.json index e98c07da8..23e58a66b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.131.0", + "version": "1.131.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {