All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added support for Project Reset AES Key endpoint - https://apidocs.codeship.com/v2/projects/reset-aes-key
- Allow
Logger()option to accept interfaceStdLoggerinstead of enforcing a specific logger implementation
- Added
idtoTestPipelineandDeploymentPipelinereturned from project calls
- Remove
omitemptystruct tag from Project type field to fix creating Basic projects
- Added
branchtoBuild
- Changed ProjectType
MarshalJSONandStringmethods to be value receivers so that they perform the necessary type name lookups when marshalling to JSON.
- Return error when Authentication fails because 2FA is enabled
- Added
idtoProject - Added
project_idtoBuild
- Initial Release