Skip to content

Commit

Permalink
update changelog after 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rockman committed May 22, 2021
1 parent 9f87505 commit a9f60c9
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
## [Unreleased]


<a name="v0.2.0"></a>
## [v0.2.0] - 2021-05-22
### Chore
- set MIT license

### Docs
- add badges to readme

### Feature
- support hydration of nested resources that are paginated
- improve error output during 401 unauthorized
- add method to check if a service has a tool

### Fix
- fix bug with assign tag to a service with alias or id


<a name="v0.1.3"></a>
## [v0.1.3] - 2021-05-16

<a name="v0.1.2"></a>
## [v0.1.2] - 2021-05-16
### Bugfix
- fix problem with listing teams due to invalid graphql types and recursion


<a name="v0.1.1"></a>
## [v0.1.1] - 2021-05-16
### Bugfix
Expand All @@ -27,5 +53,8 @@
- client configuration to allow for settings api visibility header


[Unreleased]: https://github.com/OpsLevel/opslevel-go/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/OpsLevel/opslevel-go/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/OpsLevel/opslevel-go/compare/v0.1.3...v0.2.0
[v0.1.3]: https://github.com/OpsLevel/opslevel-go/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/OpsLevel/opslevel-go/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/OpsLevel/opslevel-go/compare/v0.1.0...v0.1.1

0 comments on commit a9f60c9

Please sign in to comment.