From 0acf96c0a0b4f9cace419c9be9250860916ae12c Mon Sep 17 00:00:00 2001
From: Jim Kroon <info@jimkroon.nl>
Date: Thu, 11 Apr 2024 02:01:11 +0200
Subject: [PATCH] Bump version to 2.3.0

---
 CHANGELOG.md                                         | 5 +++++
 flatpak/io.github.unknownskl.greenlight.metainfo.xml | 9 +++++++++
 package.json                                         | 2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89582d51..f0e808d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## v2.3.0 - 2024-04-11
+- Fixed 401 error when starting a new stream from console #1192
+- Added ability to map buttons (credits to @kouta-kun)
+- Updated authentication mechanism to support persistent logins (no more popups!)
+
 ## v2.2.1 - 2024-03-11
 - Fixed authentication on a fresh installation. #1168
 
diff --git a/flatpak/io.github.unknownskl.greenlight.metainfo.xml b/flatpak/io.github.unknownskl.greenlight.metainfo.xml
index 2a9ae2a2..bcc05383 100644
--- a/flatpak/io.github.unknownskl.greenlight.metainfo.xml
+++ b/flatpak/io.github.unknownskl.greenlight.metainfo.xml
@@ -22,6 +22,15 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="2.3.0" date="2024-04-11">
+     <description>
+        <ul>
+          <li>Fixed 401 error when starting a new stream from console</li>
+          <li>Added ability to map buttons (credits to @kouta-kun)</li>
+          <li>Updated authentication mechanism to support persistent logins</li>
+        </ul>
+     </description>
+    </release>
     <release version="2.2.1" date="2024-03-11">
      <description>
         <ul>
diff --git a/package.json b/package.json
index 789e374a..a9fd3abf 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "private": true,
   "name": "greenlight",
   "description": "Greenlight is a streaming application for Xbox and xCloud",
-  "version": "2.2.1",
+  "version": "2.3.0",
   "author": "UnknownSKL <info+github@jimkroon.nl>",
   "main": "app/background.js",
   "repository": {