Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cvbarros committed Jun 11, 2020
1 parent 710a4d5 commit f69e670
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

## [1.2.0]

### Added
- Added support for TeamCity Role Assignments for User Groups [#86]
- build-type: support updating the `name` field [#82]
- project: support for updating the name [#81]
- New Build Feature: Golang [#80]
- project-feature/versioned-settings: support for configuring credentialsStorageType [#76]


### Fixes
- Fix panic if parameters is nil [#83]

## [1.1.0]

- Project Features incl update/delete [#73]
Expand Down Expand Up @@ -59,4 +72,12 @@ First release.
[#67]: https://github.com/cvbarros/go-teamcity/pull/67
[#68]: https://github.com/cvbarros/go-teamcity/pull/68
[#72]: https://github.com/cvbarros/go-teamcity/pull/72
[#73]: https://github.com/cvbarros/go-teamcity/pull/73
[#73]: https://github.com/cvbarros/go-teamcity/pull/73
[#86]: https://github.com/cvbarros/go-teamcity/pull/86
[#83]: https://github.com/cvbarros/go-teamcity/pull/83
[#82]: https://github.com/cvbarros/go-teamcity/pull/82
[#81]: https://github.com/cvbarros/go-teamcity/pull/81
[#80]: https://github.com/cvbarros/go-teamcity/pull/80
[#76]: https://github.com/cvbarros/go-teamcity/pull/76


0 comments on commit f69e670

Please sign in to comment.