diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md
index 7f9a967..bc3d5b5 100755
--- a/.chglog/CHANGELOG.tpl.md
+++ b/.chglog/CHANGELOG.tpl.md
@@ -1,9 +1,11 @@
{{ range .Versions }}
-- Full diff - {{ if .Tag.Previous }}**[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})**{{ else }}{{ .Tag.Name }}{{ end }}
+## {{ .Tag.Name }}
> {{ datetime "2006-01-02" .Tag.Date }}
+- Full diff - {{ if .Tag.Previous }}**[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})**{{ else }}{{ .Tag.Name }}{{ end }}
+
{{ range .CommitGroups -}}
### {{ .Title }}
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 35967f9..560ee32 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -66,6 +66,7 @@ jobs:
run: |
export CURR_TAG=$(git describe --tags --abbrev=0)
sed -n '/<\/a>/,/' release-notes.md
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c86f71..bc4072f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
+
+## v0.1.1
+
+> 2023-10-04
+
+- Full diff - **[v0.1.0...v0.1.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.1.0...v0.1.1)**
+
+### :bug: Bug Fixes
+
+* **warehouse|bigquery:** read operation - inconsistent data collector ([#29](https://github.com/kiwicom/terraform-provider-montecarlo/issues/29))
+
## [v0.1.0](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.0.1...v0.1.0)