diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6487edc4..5aaeb95d 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.10.1] +## [2.11.2] ### Changed - Fix bsp extraction bug +## [2.11.1] +### Changed + - Fix version + +## [2.11.0] +### Added + - Make Halo1YeloMap its own thing + - Add MCC scoring type to unit definition + +### Changed + - renamed mcc_Actor_type to mcc_scoring_type + ## [2.10.0] ### Changed - Made some logic optional to get around a Python 3.9 issue with loading tags. diff --git a/reclaimer/__init__.py b/reclaimer/__init__.py index 56fbec5a..23639820 100644 --- a/reclaimer/__init__.py +++ b/reclaimer/__init__.py @@ -13,7 +13,7 @@ __author__ = "Sigmmma" # YYYY.MM.DD __date__ = "2021.03.23" -__version__ = (2, 10, 1) +__version__ = (2, 11, 2) __website__ = "https://github.com/Sigmmma/reclaimer" __all__ = ( "animation", "bitmaps", "h2", "h3", "halo_script", "hek", "meta", "misc",