Skip to content

Commit

Permalink
Update CHANGELOG to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 10, 2021
1 parent 6204195 commit 387c9af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.2.0

**Changes:**

- Switched from Pydantic to the combination of **attrs + cattrs**. This achieves more-Pythonic library behavior when used in a project alongside other third-party packages that use subclasses of `bytes` to represent such values as credential IDs and public keys.


## v1.1.0

**Changes:**
Expand Down

0 comments on commit 387c9af

Please sign in to comment.