···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788-## [Unreleased]
88+## [v2.0.0] - Unreleased
991010### Added
11111212-- `nsid` module for validating atproto namespaced identifiers
1313-- `at_uri` module for validating at-uris
1414-- `handle` module for validating atproto handles
1212+- [possum/nsid] Added a new module for validating atproto namespaced identifiers.
1313+- [possum/at_uri] Added a new module for validating at-uris.
1414+- [possum/handle] Added a new module for validating atproto handles.
15151616### Removed
17171818-- `list_standard_documents` was removed, its functionality can be replace by
1919- calling `list_records` and passing the nsid as "standard.site.document"
1818+- [possum] Removed `list_standard_documents`, its functionality can be
1919+ replace by calling `list_records` and passing the NSID as "standard.site.document".
20202121### Changed
22222323-- All functions now use `prepend_header` instead of `set_header`.
2424-- Renamed `did.DidError` to `did.ParseError`
2525-- Rename `did.InvalidFormat` to `did.InvalidSyntax`
2626-- Rename `handle.InvalidFormat` to `handle.InvalidSyntax`
2727-- `resolve_handle` and `resolve_well_known_did` now take a `handle.Handle` as
2828- parameter instead of a regular `String`
2929-- `resolve_handle` now takes a `handle.Handle` as parameter instead of a `String`
3030-- Functions now take a parsed `nsid.Nsid` as the `collection` parameter
2323+- [possum/did] Renamed `did.DidError` to `did.ParseError`.
2424+- [possum/did] Rename `did.InvalidFormat` to `did.InvalidSyntax`.
2525+- [possuum] Functions now use `prepend_header` instead of `set_header`.
2626+- [possum] `resolve_well_known_did` now take a `handle.Handle` as parameter.
2727+- [possum] `resolve_handle` now takes a `handle.Handle` as parameter.
2828+- [possum] Functions now take a parsed `nsid.Nsid` as the "collection" parameter.