diff --git a/CHANGELOG.md b/CHANGELOG.md index 007fc11..c92749f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0 - 2025-01-14] + +### Added + +- Initialization of the `baseUrl` value in the Nextcloud Auth resource. #35 +- Synchronization of `AA_VERSION` and `APP_VERSION` values in the Nextcloud Auth resource. #32 + +### Changed + +- Python version updated from `3.10` to `3.12`. #33 + +### Fixed + +- The PgSQL database now comes preinstalled in the Docker image instead of being installed during ExApp startup. #30 + ## [1.0.1 - 2024-10-10] ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 72d6da2..5a77497 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Flow is the key to unlocking enhanced productivity in Nextcloud, designed to be **Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.** ]]> - 1.0.1 + 1.1.0 agpl Julien Veyssier Marcel Klehr @@ -42,7 +42,7 @@ Flow is the key to unlocking enhanced productivity in Nextcloud, designed to be ghcr.io nextcloud/flow - 1.0.1 + 1.1.0