Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 21:23
· 1182 commits to develop since this release

0.23.0 (2024-04-24)

Bug Fixes

  • add PhysicalAddress migrations to postgres (afd441c)
  • added default value to PartyType.origin (8b9d5d2)
  • adjust PhysicalAddress postgres migration to follow code standards (b8540fe)
  • Allowing null values of enum type column (a4bc42b)
  • Fixed origin column name (d7a6ec1)
  • made party origin mandatory in the *Args types (d8e8560)
  • rework fix to include missing table in existing migration (0862dbd)
  • set uri to nullable in Party table (38318ae)

Features

  • add kb-jwt to sd-jwt (e066f2b)
  • Added PartyOriginEnum to PartyType, wrote migrations and updated tests and updated the contact manager plugin (07d8c1f)