diff --git a/CHANGELOG.md b/CHANGELOG.md index acaeed5..476832f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,15 @@ All notable changes to this project will be documented in this file. Release name format: [2.2.1] - 2020-02-02 --> -## Next Release +## [Unreleased] + +None + +## [2.2.0] - 2023-08-27 + +### Added + +- Added support for MSVC 2022 ### Fixed diff --git a/stat_attributes.py b/stat_attributes.py index 5953967..1e2bf43 100644 --- a/stat_attributes.py +++ b/stat_attributes.py @@ -5,7 +5,7 @@ # SPDX-License-Identifier: MIT # ---------------------------------------------------------------------------------------------------------------------- -VERSION = '2.1.7' +VERSION = '2.2.0' WEB_URL = "https://github.com/westerndigitalcorporation/stat#3-usage" RESOURCES_DIRECTORY = 'resources'