From 2363983bdc4e591e1bc50768b535f15ea94d25c3 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 15 Oct 2022 18:07:18 +0200 Subject: [PATCH] Release 1.204.1 (#1357) --- CHANGELOG.md | 2 +- package.json | 2 +- .../20221015160602_added_rapid_api_to_data_source/migration.sql | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 prisma/migrations/20221015160602_added_rapid_api_to_data_source/migration.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index a0489cec0..6f7b1def9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.204.0 - 15.10.2022 +## 1.204.1 - 15.10.2022 ### Added diff --git a/package.json b/package.json index 00387678e..cd876598c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.204.0", + "version": "1.204.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": { diff --git a/prisma/migrations/20221015160602_added_rapid_api_to_data_source/migration.sql b/prisma/migrations/20221015160602_added_rapid_api_to_data_source/migration.sql new file mode 100644 index 000000000..0e61069b9 --- /dev/null +++ b/prisma/migrations/20221015160602_added_rapid_api_to_data_source/migration.sql @@ -0,0 +1,2 @@ +-- AlterEnum +ALTER TYPE "DataSource" ADD VALUE 'RAPID_API';