diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 0ef1486..dd2427e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [v0.2.0] ### Added - `count()` method on QueryBuilder classes. @@ -20,5 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial generator files -[Unreleased]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v0.1.0...HEAD +[v0.2.0]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/Anteris-Dev/autotask-client-generator/releases/tag/v0.1.0 diff --git a/composer.json b/composer.json index e020060..83f81fb 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "autoload": { "psr-4": { - "Anteris\\Autotask\\Generator\\": "./src", + "Anteris\\Autotask\\Generator\\": "./src" } }, "bin": [