diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbabe5d70642120a4a8bcace6f1f31bc494fb297..02a35d653679272fcba48005a40f20cb25b4a074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,3 +47,16 @@ bash-lint:
     }
     ls -lrt
     _shellcheck *.sh
+
+release:
+  stage: delivery
+  image: registry.gitlab.com/gitlab-org/release-cli:latest
+  script:
+    - echo 'Create release for TAG $CI_COMMIT_TAG'
+  release:
+    tag_name: '$CI_COMMIT_TAG'
+    description: './changelogs/$CI_COMMIT_TAG.md'
+    milestones:
+      - '$CI_COMMIT_TAG'
+  rules:
+    - if: '$CI_COMMIT_TAG'
diff --git a/changelogs/0.1.0.md b/changelogs/0.1.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..9fe32d6e0f5886de461898b97fe8db81e6bfd5cf
--- /dev/null
+++ b/changelogs/0.1.0.md
@@ -0,0 +1,10 @@
+# Changelog
+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.0] - 2021-09-06
+### Added
+- Init configuration file
+- Export all my groups and project from one GitLab instance