From de1e0be858030d97daeab813dcb80dc20d67e941 Mon Sep 17 00:00:00 2001 From: Stephen Fraser Date: Wed, 22 May 2024 13:35:57 +0100 Subject: [PATCH] v2.2.5 --- CHANGELOG.md | 4 +++- README.md | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b401eea87..7b98e12eb 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). -## [Unreleased](https://github.com/digirati-co-uk/madoc-platform/compare/v2.2.4...main) +## [Unreleased](https://github.com/digirati-co-uk/madoc-platform/compare/v2.2.5...main) +## [v2.2.5](https://github.com/digirati-co-uk/madoc-platform/compare/v2.2.4...v2.2.5) - 22/05/2024 + ### Fixed - Project feedback not working for all users - Fixed model root bug with empty submissions (NS-62) diff --git a/README.md b/README.md index cfb731c32..9e00227f8 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Madoc -This documentation is for the 2.x version of Madoc. The legacy Madoc is available on the [v1.x branch](https://github.com/digirati-co-uk/madoc-platform/tree/v1.x). +This documentation is for the 2.x version of Madoc. The legacy Madoc is available on the [v1.x branch](https://github.com/digirati-co-uk/madoc-platform/tree/1.1.3). + +## Run Madoc locally +To run Madoc locally for testing, you will need Docker installed. You can find the +configuration in: https://github.com/digirati-co-uk/madoc-config + +## Documentation +The documentation for Madoc is available at: https://docs.madoc.io ## LICENSE