From 37e765eaeb1d302b9767d43e4aa06898da217903 Mon Sep 17 00:00:00 2001 From: Anthony Hashemi Date: Wed, 27 Mar 2024 12:35:42 +0000 Subject: [PATCH 1/2] Update changelog for 1.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a0cd4b..2229476a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 It is part of the [TRE template repository](https://github.com/nationalarchives/da-tre-template) +## [1.0.0] - 2023-01-31 + +### Added + +- All features for AYR Webapp Beta MVP release including the following routes: + - `search` + - `search_results_summary` + - `search_transferring_body` + - `record` + - `download_record` + - `sign_out` + - `browse` + - `browse_transferring_body` + - `browse_series` + - `browse_consignment` + - `static` + - `index` + - `sign_in` + - `signed_out` + - `callback` + - `accessibility` + - `cookies` + - `privacy` + - `how_to_use` + - `terms_of_use` + ## [0.0.1] - 2023-01-31 ### Added From 3489f46115a15356d5c905480c094e6423d560b3 Mon Sep 17 00:00:00 2001 From: Anthony Hashemi Date: Wed, 27 Mar 2024 12:37:56 +0000 Subject: [PATCH 2/2] Update changelog for 1.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2229476a..10fbe0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 It is part of the [TRE template repository](https://github.com/nationalarchives/da-tre-template) -## [1.0.0] - 2023-01-31 +## [1.0.0] - 2023-03-27 ### Added