Skip to content

Commit

Permalink
Updated composer.json and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Aug 25, 2020
1 parent 3c7499c commit 0457724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"autoload": {
"psr-4": {
"Anteris\\Autotask\\Generator\\": "./src",
"Anteris\\Autotask\\Generator\\": "./src"
}
},
"bin": [
Expand Down

0 comments on commit 0457724

Please sign in to comment.