From 75669b9d5064397380b5b34b5ce26b2462e4c66a Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 9 Jan 2025 11:12:32 +0100 Subject: [PATCH] complete changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ca2e0..142c6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,17 @@ 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). -## [Unreleased](https://git.d3data.de/D3Public/klicktipp-php-client/compare/0.0.1...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/klicktipp-php-client/compare/1.0.0...rel_1.x) + +## [1.0.0](https://git.d3data.de/D3Public/klicktipp-php-client/releases/tag/1.0.0) - 2025-01-09 +### Added +- support for the following Klicktipp endpoints + - account + - field + - subscriber + - subscription + - tag +- entities for all endpoints +- exchangable HTTP client (Guzzle) +- fully tested +- proper exception handling \ No newline at end of file