Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 2.7 KB

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

Fixed

  • Resolve correct header for authentication (#6)

Added

  • Add support for checking token claim status (#4 by @khag7)

Added

  • Add support for receiving Event codes (6d5fc1b)

Changed

  • Update the POAP API base URI (fbf7632)

Added

  • Add support for Checkout endpoints (5dd16fd)
  • Add support for Queue endpoints (7a016d9)
  • Add support for checking whether an account owns an event token (5dd16fd)
  • Add support for Migration endpoints (e5211ca)

Changed

  • Revert e8c2508 and use Bearer identifier for Authorization header (593d2d8)

Changed

  • Update dependencies (3703622)
  • Update Authorization header to not use Bearer identifier (e8c2508)

Added

  • Add support for creating new Events (#2)

Added

  • Add a new Token::getClaimSecret() method (87cfecb)

v1.0.0 - 2021-09-20

Added

  • Initial release