From 7926293ef32186037bd38ca1f093808d2210dfc4 Mon Sep 17 00:00:00 2001 From: Lukas Dumberger Date: Fri, 11 Feb 2022 08:55:41 +0100 Subject: [PATCH] docs(release): release version 1.3 --- CHANGELOG.md | 11 +++++++---- README.md | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f47134..81a3bfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - ## [Unreleased] ### Added -- Group-Hierarchie: [add Group-Hierachie-API](https://github.com/5pm-HDH/churchtools-api/pull/58) to request Parents and Children of Groups. -- Public Group: [add Public-Group-API](https://github.com/5pm-HDH/churchtools-api/pull/59) - ### Changed ### Fixed +## [1.3.0] - 2022-02-11 + +### Added + +- Group-Hierarchie: [add Group-Hierachie-API](https://github.com/5pm-HDH/churchtools-api/pull/58) to request Parents and Children of Groups. +- Public Group: [add Public-Group-API](https://github.com/5pm-HDH/churchtools-api/pull/59) + ## [1.2.0] - 2022-01-12 ### Added diff --git a/README.md b/README.md index 66cebe99..e040cf53 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Churchtools API-Client is a php based wrapper of the churchtools api. This api is tested with the churchtools version -v3.71.0. +v3.81.0. ## Installation