diff --git a/CHANGELOG.md b/CHANGELOG.md index cf33b86..63be2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.3.0] + ### Changed * Updated IronPython to 2.7.9 @@ -29,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial support for Python in Unity3D with IronPython 2.6.2. -[Unreleased]: https://github.com/exodrifter/unity-python/compare/0.2.0...HEAD +[Unreleased]: https://github.com/exodrifter/unity-python/compare/0.3.0...HEAD +[0.3.0]: https://github.com/exodrifter/unity-python/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/exodrifter/unity-python/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/exodrifter/unity-python/compare/0.0.0...0.1.0 [0.0.0]: https://github.com/exodrifter/unity-python/compare/f864edb...0.0.0