Skip to content

Commit 2906968

Browse files
authored
Merge pull request #38 from dbluhm/release/0.2.6
Prepare 0.2.6 release
2 parents 48ebfa1 + eac6f49 commit 2906968

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 0.2.6 - 2021-06-4
2+
3+
Fixes:
4+
- Allow % in DIDs
5+
- Cannot create DIDComm service without using defaults

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ show_missing = true
2121

2222
[tool.poetry]
2323
name = "pydid"
24-
version = "0.2.5"
24+
version = "0.2.6"
2525
description = "Python library for validating, constructing, and representing DIDs and DID Documents"
2626
authors = ["Daniel Bluhm <[email protected]>"]
2727
license = "Apache 2.0"

0 commit comments

Comments
 (0)