Add CHANGELOG

This commit is contained in:
Adrian Kumpf
2021-09-17 23:40:37 +02:00
parent 8de1d55ceb
commit 21071a9fa9
+19
View File
@@ -0,0 +1,19 @@
# Changelog
## [0.2.0] - 2021-09-17
- Render tokens an callback page
- Print token expiration date
- Parse command line arguments
- Print tokens to stdout
## [0.1.1] - 2021-09-17
- Statically link VCRuntime when using the MSVC toolchain
- Update release profile
## [0.1.0] - 2021-09-17
[0.2.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/adriankumpf/tesla_auth/compare/bd52d8b...v0.1.0