Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

File metadata and controls

39 lines (27 loc) · 1.33 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.

3.0.0 - 2024-04-25

Full Changelog

2.0.0 - 2023-04-19

Full Changelog

  • PHP 8.x required
  • Remove setters in Request class
  • Use constructor property promotion

1.1.0 - 2022-08-24

Full Changelog

  • Change setting auth token in Request class

1.0.5 - 2022-08-24

Full Changelog

  • add Psr\Http params to Client contructor

1.0.4 - 2022-08-19

Full Changelog

  • use LoggerAwareTrait
  • Add originating ip to request
  • Add User-Agent header to request

1.0.0 - 2022-08-01

  • First major release