Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 1022 Bytes

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.5.0

  • Removed all the hardcoded services to make the code cleaner. This is a backwards incompatible change since the current methods to access smart contract functions weren't PEP8 standard, didn't comply with SRP nor DRY either. IMPORTANT: This makes the new library incompatible backwards, check the examples to see how to implement it.

v0.4.0

  • Fix presentations registry operations to use the correct smart contract address when delegated

v0.3.0

  • Fix credential registry operations to use the correct smart contract address when delegated

v0.2.0

  • Added CHANGELOG, homepage and url to pyproject file

v0.1.0

  • First version deployed on Pypi url.