diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 16874f1b..8301194c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ ## Checklist: -- [ ] The pull request description is suitable for a Changelog entry +- [ ] `CHANGELOG.md` has been updated - [ ] The milestone is set correctly on the pull request - [ ] The appropriate labels have been added to the pull request - [ ] The following command produces no errors (replace your own token from https://xdmod.access-ci.org): `XDMOD_API_TOKEN=YOUR_TOKEN_HERE pytest -vvs -o log_cli=true tests/` diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4407d1e4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# xdmod-data Changelog + +## v1.0.0 (2023-07-21) +- Initial release.