Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 993 Bytes

Changelog

All notable changes to this project will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

0.2.0 - 2020-08-20

Added

  • Wrapper method for createCustomer endpoint
  • Wrapper method for removeCustomer endpoint

Changed

  • Updated the README.md file to show usage for both createCustomer and removeCustomer methods
  • Populated this CHANGELOG file

0.1.1 - 2020-08-19

Fixed

  • A bug with the HttpClient where post request parameters could not be read by the API server due to the wrong Content-Type Header

0.1.0 - 2020-08-19

Added

  • TextNg API Library