diff --git a/CHANGELOG.md b/CHANGELOG.md
index bba423e9..b6502941 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# 0.21.0 (2023-01-03)
+
+
+### Features
+
+* support typescript >= 4.8 ([#96](https://github.com/Himenon/openapi-typescript-code-generator/issues/96)) ([f0e6d70](https://github.com/Himenon/openapi-typescript-code-generator/commit/f0e6d70))
+
+
+### BREAKING CHANGES
+
+* require typescript >= 4.8
+
+
+
+
+
# 0.20.0 (2023-01-03)
diff --git a/package.json b/package.json
index e95976f7..93a53860 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@himenon/openapi-typescript-code-generator",
- "version": "0.20.0",
+ "version": "0.21.0",
"private": true,
"description": "OpenAPI Code Generator using TypeScript AST.",
"keywords": [