From c85042837ca689d121eda6833637b4ad67bf2e88 Mon Sep 17 00:00:00 2001 From: Mor Hagbi Date: Tue, 5 Dec 2023 13:44:11 +0200 Subject: [PATCH] feat(auth-core): add changelog file --- plugins/auth-core/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/auth-core/CHANGELOG.md diff --git a/plugins/auth-core/CHANGELOG.md b/plugins/auth-core/CHANGELOG.md new file mode 100644 index 00000000..3328a555 --- /dev/null +++ b/plugins/auth-core/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +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/). + +## [2.0.5] + +This version: + +- adds support for new DSG v3.0.0. + +### Changes + +
  • 42a3f2b • feat(auth-core):update auth-service template with a dynamic authEntity findOne function name