From b9b987ad77f352ee829efc55bb63676d608f1ce5 Mon Sep 17 00:00:00 2001 From: Benjamin Klieger Date: Fri, 26 Jul 2024 09:16:28 -0700 Subject: [PATCH] Add CHANGELOG.md with standard format and link in README --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..09e2328 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log +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.0.0] - 2024-06-26 + +Initial release of the StockBot project. + +### Added + +All files. + +### Changed + +### Fixed + diff --git a/README.md b/README.md index a1e483c..249b55d 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ pnpm dev Your app should now be running on [localhost:3000](http://localhost:3000/). +## Changelog + +See [CHANGELOG.md](CHANGELOG.md) to see the latest changes and versions. Major versions are archived. + ## Credits This app was developed by [Benjamin Klieger](https://x.com/benjaminklieger) at [Groq](https://groq.com) and uses the AI Chatbot template created by Vercel: [Github Repository](https://github.com/vercel/ai-chatbot).