From ae14732d8bfff21fdf42472db14b3d317aa8d5a1 Mon Sep 17 00:00:00 2001 From: akadusei Date: Fri, 22 Sep 2023 12:15:14 +0000 Subject: [PATCH] Add missing version in changelog Missed this in commit c7d53bdc6979e5619ad02ea8e777a1d869480fcd. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d636e69..ec531d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - +## [1.0.2] - 2023-09-22 ### Changed - I18n: Rename `operation.error.oauth_access_token_notify_required` key to `operation.error.oauth.access_token_notify_required`