diff --git a/CHANGELOG.md b/CHANGELOG.md index b717ceb..69782a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). -## [Unreleased] + + +## [2.1.0] - 2021-08-24 ### Added @@ -123,7 +125,8 @@ This release includes all changes from 1.0.0 pre-releases ([1.0.0-pre.1](#100-pr - Fixed issue in Linux build name moving `binaryName` to `BuildArchitecture`. [PR #41](https://github.com/superunitybuild/buildtool/pull/41) - Fixed an issue where custom defines were overwrite when build was finished. [Issue #36](https://github.com/superunitybuild/buildtool/issues/36) -[unreleased]: https://github.com/superunitybuild/buildtool/compare/v2.0.0...HEAD +[unreleased]: https://github.com/superunitybuild/buildtool/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/superunitybuild/buildtool/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/superunitybuild/buildtool/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/superunitybuild/buildtool/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/superunitybuild/buildtool/compare/v1.1.0...v1.2.0 diff --git a/package.json b/package.json index d9253e3..2f21f8d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.github.superunitybuild.buildtool", "displayName": "SuperUnityBuild", - "version": "2.0.0", + "version": "2.1.0", "unity": "2019.1", "description": "SuperUnityBuild is a Unity utility that automates the process of generating builds. It's easy and quick enough to use on small apps, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuild's configurable degrees of granularity and its BuildActions framework which allows additional operations to be added into the build process.", "documentationUrl": "https://github.com/superunitybuild/buildtool/wiki", "type": "tool" -} \ No newline at end of file +}