From 60ead482f6cdccfb53443d2f410d1a34518d4520 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Apr 2021 07:41:52 +0000 Subject: [PATCH] chore(release): 1.8.0 # [1.8.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.7.0...v1.8.0) (2021-04-16) ### Bug Fixes * **auth-fetch:** set `retry` to true after one failed attempt in `fetch` ([0a3d65a](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/0a3d65a6c284d251b7b720566f751c75d78e8f3a)) ### Features * **client:** implement organisation form ([61bec87](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/61bec8785d5e0734aec20d30592b40404acc7869)) * **organisation form:** add explanation to the UID field ([864c436](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/864c436b2f30488fe0365a2b97653e2917bdbd26)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5ed4ec..7bf62390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.8.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.7.0...v1.8.0) (2021-04-16) + + +### Bug Fixes + +* **auth-fetch:** set `retry` to true after one failed attempt in `fetch` ([0a3d65a](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/0a3d65a6c284d251b7b720566f751c75d78e8f3a)) + + +### Features + +* **client:** implement organisation form ([61bec87](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/61bec8785d5e0734aec20d30592b40404acc7869)) +* **organisation form:** add explanation to the UID field ([864c436](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/864c436b2f30488fe0365a2b97653e2917bdbd26)) + # [1.7.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.6.0...v1.7.0) (2021-04-14) diff --git a/package.json b/package.json index 494474ef..a299f3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ebau-gwr", - "version": "1.7.0", + "version": "1.8.0", "description": "Ember engine to integrate ebau-gwr into an ember app.", "keywords": [ "ember-addon",