From 9a6a98c1f2645b888c9189f92d1455efdb1546ac Mon Sep 17 00:00:00 2001 From: trfore Date: Thu, 4 May 2023 08:42:35 -0500 Subject: [PATCH] add changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7948f83 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [v1.0.1](https://github.com/trfore/chatmodel/releases/tag/v1.0.1) (2023-05-04) + +### Notes: + +- This release is at parity with the initial release ([v1.0](https://github.com/trfore/chatmodel/releases/tag/v1.0)). It adds additional dependency files for end-user convenience. + +### Updates: + +- update: move to semver x.x.x + +### Chores: + +- chore: update dependency files, add lock files ([310476b](https://github.com/trfore/ChATmodel/commit/310476bb87bed1d61086ae7f5ee0727c40a68ed0)) +- docs: add license ([66807e6](https://github.com/trfore/ChATmodel/commit/66807e646717ea1936f0c32911e85cb94cf90c69)) + +--- + +## [v1.0](https://github.com/trfore/chatmodel/releases/tag/v1.0) (2021-07-07) + +- Initial release for the paper +- https://doi.org/10.1523/JNEUROSCI.2148-19.2020