diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..0734537f2fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# 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] + +### Added +- Future features will be listed here + +### Changed +- Ongoing updates + +### Fixed +- Bug fixes + +--- +*[Mukller](https://github.com/Mukller)* diff --git a/README.md b/README.md index d96cbda38ab..846a11d03bc 100644 --- a/README.md +++ b/README.md @@ -297,3 +297,7 @@ If you want to cite our 🤗 Datasets library, you can use our [paper](https://h ``` If you need to cite a specific version of our 🤗 Datasets library for reproducibility, you can use the corresponding version Zenodo DOI from this [list](https://zenodo.org/search?q=conceptrecid:%224817768%22&sort=-version&all_versions=True). + +--- + +*[Mukller](https://github.com/Mukller)*