summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..4288634
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
1# Changelog
2
3## [1.1.0](https://github.com/blackm0re/pyotp2289/tree/1.1.0) (2022-03-29)
4
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.0.0...1.1.0)
6
7**Changes:**
8
9- (CLI) a password can now be set using the *OTP2289_PASSWORD* env. variable
10
11- (CLI) a new parameter *-P* / *--force-password-prompt* can be used in order to force password prompt
12
13- improved tests for CLI
14
15- use *setuptools* instead of the deprecated *distutils*
16
17
18# [1.0.0](https://github.com/blackm0re/pyotp2289/tree/1.0.0) (2020-04-07)
19
20**Changes:**
21
22- Initial release