summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimeon Simeonov2023-01-05 17:00:35 +0100
committerSimeon Simeonov2023-01-05 17:00:35 +0100
commitc2f78419b242df9a4872905d41332e5ea9fcfdb6 (patch)
treefb096501c76db28c356cfacbf9f73a930c19ceeb /CHANGELOG.md
parent2c33e6214d3d607541656d4a5174c3553bfb085e (diff)
Add the OTPState.ot_hex property
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17b7d91..6cffe69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
1# Changelog 1# Changelog
2 2
3## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05)
4
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0)
6
7**Changes:**
8
9- Add the `OTPState.ot_hex` property
10
11
3## [1.1.1](https://github.com/blackm0re/pyotp2289/tree/1.1.1) (2022-04-02) 12## [1.1.1](https://github.com/blackm0re/pyotp2289/tree/1.1.1) (2022-04-02)
4 13
5[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.0...1.1.1) 14[Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.0...1.1.1)