Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.73 KB

File metadata and controls

63 lines (52 loc) · 1.73 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.

Added

Changed

Deprecated

Removed

Fixed

Security

0.5.0 - 2021-04-18

Added

  • projects endpoint

Changed

  • using init to create urlrequest and not building it

0.4.0 - 2021-04-12

Added

  • public profile of the authenticated user endpoint

0.3.0 - 2021-04-11

Added

  • public api for response objects

0.2.0 - 2021-04-05

Added

  • response object access modified
  • OauthTokenResponse tests
  • Oauth token refresh request body

Removed

  • token signing no longer done in this module

Fixed

  • tidyd package file

0.1.2 - 2021-03-29

Changed

  • made single Model scope
  • made rest of models public

0.1.1 - 2021-03-29

Changed

  • moved models to Models scope instead of being in JiraAPI or JiraAPI.Auth
  • made urls and requests, models public

0.1.0 - 2021-03-28

Added

  • added changelog
  • added urls and requests for loggin in
  • set up readme with initial version