CHANGELOG.md in ruby-magicwrite-0.1.4 vs CHANGELOG.md in ruby-magicwrite-0.1.5

- old
+ new

@@ -3,10 +3,38 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.5] - 2023-08-22 + +### Added + +- More specs to cover more implementations +- Refactor client and methods to use client in initalization +- include HTTP instead of extend for Client class + +## [0.1.4] - 2023-08-22 + +### Added + +- Memberships endpoints to MagicWrite client + + +## [0.1.3] - 2023-08-21 + +### Added + +- General error classes by HTTP responses +- Error handler to parse the result + + +### Changed + +- README + + ## [0.1.2] - 2023-06-21 ### Added - Initial specs @@ -22,8 +50,13 @@ ## [0.1.0] - 2023-06-21 ### Added -- Initialise repository. +- Initialize repository. - Add MagicWrite::Client to connect to MagicWrite API using user tokens. + * Completions + * Agents + * Companies + * Ingestions + * Session