Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
Added support for Visa CVN 22 in pyemv.cnv module.
Added support for EMV2000-Tree session key derivation in pyemv.kd module.
  • Loading branch information
knovichikhin committed Oct 17, 2021
1 parent 3e6f5fa commit 4a07cb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.0 - 2021-10-16
------------------
- Added support for Visa CVN 22 in ``pyemv.cvn`` module.
- Added support for EMV2000-Tree session key derivation in ``pyemv.kd`` module.

1.4.0 - 2021-06-17
------------------
- Added TLV encoder/decoder. See ``pyemv.tlv`` module.
Expand Down
2 changes: 1 addition & 1 deletion pyemv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'67F8292358083E5EA7AB7FDA58D53B6B'
"""

__version__ = "1.4.0"
__version__ = "1.5.0"
__author__ = "Konstantin Novichikhin <konstantin.novichikhin@gmail.com>"

from pyemv import ac, cvn, cvv, kd, mac, sm, tlv, tools

0 comments on commit 4a07cb5

Please sign in to comment.