Skip to content

Commit

Permalink
Merge pull request #10 from bklieger-groq/feat/add-changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md with standard format and link in README
  • Loading branch information
bklieger-groq authored Jul 26, 2024
2 parents 3990476 + b9b987a commit 2c97d66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 2c97d66

Please sign in to comment.