From a6b12826c302b7157bf98247ceeff3e5e9789186 Mon Sep 17 00:00:00 2001
From: Sami Mazouz <sychocouldy@gmail.com>
Date: Sun, 12 Mar 2023 13:28:04 +0100
Subject: [PATCH] chore: 1.7.1 preparations

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
---
 CHANGELOG.md                                  | 8 ++++++++
 framework/core/src/Foundation/Application.php | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c929d5e23..c88bd56d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [v1.7.1](https://github.com/flarum/framework/compare/v1.7.0...v1.7.1)
+### Fixed
+- (tags) composer tag selection modal using wrong primary max & min numbers (abc9670659426b765274376945b818b70d84848c)
+- missing parameter names in token title translation. (#3752)
+- hardcoded language strings in StatusWidget (#3754)
+- hide developer tokens section in if there is nothing to display or create (#3753)
+- improve sessions user UI on mobile (dd868ab44e11e892d020e3b9412553c6a789e68d)
+
 ## [v1.7.0](https://github.com/flarum/framework/compare/v1.6.3...v1.7.0)
 ### Added
 - (actions) allow running JS tests in GH actions  [#3730]
diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php
index 90d2a9a3b..ef8312697 100644
--- a/framework/core/src/Foundation/Application.php
+++ b/framework/core/src/Foundation/Application.php
@@ -21,7 +21,7 @@ class Application
      *
      * @var string
      */
-    const VERSION = '1.7.0';
+    const VERSION = '1.7.1';
 
     /**
      * The IoC container for the Flarum application.