Skip to content

Commit

Permalink
Cutting release v2022.02.25
Browse files Browse the repository at this point in the history
  • Loading branch information
eochoa260 committed Feb 25, 2022
1 parent 26fa4e4 commit bc75f2c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ 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 is generated by [Changie](https://github.com/miniscruff/changie).

## [v2022.02.25] - 2022-02-25
### Refactor
* Removes tag key name validation logic because the API downcases it and its causes bugs in other tools
### Bugfix
* Update team functions to return responsibilities without html encoding characters

[v2022.02.25]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.4...v2022.02.25

## [v0.4.4] - 2022-02-02
### Docs
* Moving examples from Readme to subdirectory
### Security
* Dependabot slug and zerolog updates

[v0.4.4]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.3...v0.4.4

## [v0.4.3] - 2022-01-26
### Feature
* Export client Option type to more easily wrap client - added example to readme
Expand Down
3 changes: 0 additions & 3 deletions changes/unreleased/Bugfix-20220215-130445.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changes/unreleased/Refactor-20220214-113145.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion changes/v0.4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
### Docs
* Moving examples from Readme to subdirectory
### Security
* Dependabot slug and zerolog updates
* Dependabot slug and zerolog updates

[v0.4.4]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.3...v0.4.4
7 changes: 7 additions & 0 deletions changes/v2022.02.25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [v2022.02.25] - 2022-02-25
### Refactor
* Removes tag key name validation logic because the API downcases it and its causes bugs in other tools
### Bugfix
* Update team functions to return responsibilities without html encoding characters

[v2022.02.25]: https://github.com/OpsLevel/opslevel-go/compare/v0.4.4...v2022.02.25

0 comments on commit bc75f2c

Please sign in to comment.