]> Untitled Git - bdk-cli/commitdiff
Add CHANGELOG.md
authorSteve Myers <steve@notmandatory.org>
Mon, 28 Dec 2020 06:53:38 +0000 (22:53 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 31 Dec 2020 00:33:06 +0000 (16:33 -0800)
CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..adeaed9
--- /dev/null
@@ -0,0 +1,24 @@
+# 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.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+### Project
+#### Added
+- Add CONTRIBUTING.md
+- Add CI and code coverage Discord badges to the README
+- Add CI and code coverage github actions workflows
+- Add scheduled audit check in CI
+- Add CHANGELOG.md
+
+#### Changed
+- If an invalid network name return an error instead of defaulting to `testnet`
+
+## [0.1.0-beta.1]
+
+[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...HEAD
+[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk-cli/compare/84a02e35...0.1.0-beta.1
+[bdk0.2]: https://github.com/bitcoindevkit/bdk/releases/tag/v0.2.0
\ No newline at end of file