From 5287aa609bbc925ffd43762c36bd1355b90308e1 Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:23:51 -0700 Subject: [PATCH] Doc updates. (#317) Co-authored-by: weskubo-cgi --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 16 +++++++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d3e5918b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Fixed + +### Added + +### Changed + +### Removed + +## [1.0.0] - 2024-08-13 + +### Added + +- Initial release + +[unreleased]: https://github.com/bcgov/ecc-ofm/compare/1.0.0...HEAD +[1.0.0]: https://github.com/bcgov/ecc-ofm/releases/tag/1.0.0 diff --git a/README.md b/README.md index c4b8d5bf..c1462552 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999) -# ecc-ofm -Ministry of Education and Child Care - Operating Funding Model app +![Lifecycle:Stable](https://img.shields.io/badge/Lifecycle-Stable-97ca00) + +# OFM + +> Ministry of Education and Child Care - Operating Funding Model + +## Change Log + +[CHANGELOG](CHANGELOG.md) + +## License + +[Apache](LICENSE).