From 96f951b52de342771fbd8f4454b26ab391dfe84c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 24 Sep 2022 02:58:57 +0900
Subject: [PATCH] release: v0.17.0 (#125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
CHANGELOG.md | 14 +++++++++++++-
pyproject.toml | 2 +-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be187f0..b2c3197 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
## [Unreleased]
+
+## [v0.17.0] - 2022-09-19
+### Chore
+- **deps:** Bump mkdocs-redirects from 1.1.0 to 1.2.0 ([#123](https://github.com/Tiryoh/actions-mkdocs/issues/123))
+- **deps:** Bump mkdocs-redirects from 1.0.6 to 1.1.0 ([#122](https://github.com/Tiryoh/actions-mkdocs/issues/122))
+- **deps:** Bump mkdocs-redirects from 1.0.5 to 1.0.6 ([#121](https://github.com/Tiryoh/actions-mkdocs/issues/121))
+- **deps:** Bump mkdocs-redirects from 1.0.4 to 1.0.5 ([#120](https://github.com/Tiryoh/actions-mkdocs/issues/120))
+
+
+[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.17.0...HEAD
+[v0.17.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.16.0...v0.17.0
+
+
## [v0.16.0] - 2022-07-26
### CI
@@ -22,7 +35,6 @@
- **deps:** Bump mkdocs-material from 8.2.5 to 8.2.7 ([#105](https://github.com/Tiryoh/actions-mkdocs/issues/105))
-[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.16.0...HEAD
[v0.16.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.15.0...v0.16.0
diff --git a/pyproject.toml b/pyproject.toml
index 0a8a71a..cb994fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-actions"
-version = "0.16.0"
+version = "0.17.0"
description = ""
authors = ["Daisuke Sato "]
license = "MIT"