diff --git a/CHANGELOG.md b/CHANGELOG.md index 27639e7..b53425f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] - 2024-09-24 + +### Added + +- Add Python files after installation of dependencies in Dockerfile : https://github.com/pblottiere/QSA/pull/68 +- Add basic cache entrypoints : https://github.com/pblottiere/QSA/pull/74 +- Add data type and band counts metadata for raster layers : https://github.com/pblottiere/QSA/pull/80 + +### Fixed + +- Always create parent directory for internal sqlite database : https://github.com/pblottiere/QSA/pull/73 +- Clear MapProxy legends cache : https://github.com/pblottiere/QSA/pull/78 + + ## [1.0.0] - 2024-07-31 ### Added diff --git a/README.md b/README.md index 5d47516..22b6599 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QGIS Server Administration -[![Release](https://img.shields.io/badge/release-1.0.0-green.svg)](https://github.com/pblottiere/QSA/releases) +[![Release](https://img.shields.io/badge/release-1.1.0-green.svg)](https://github.com/pblottiere/QSA/releases) [![CI](https://img.shields.io/github/actions/workflow/status/pblottiere/QSA/tests.yml)](https://github.com/pblottiere/QSA/actions) [![Documentation](https://img.shields.io/badge/docs-Book-informational)](https://pblottiere.github.io/QSA/)