Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 980 Bytes

Changelog

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.

0.4.0 - 2019-02-01

Added

  • Added id to TestPipeline and DeploymentPipeline returned from project calls

0.3.1 - 2018-07-17

Fixed

  • Remove omitempty struct tag from Project type field to fix creating Basic projects

0.3.0 - 2018-05-14

Added

  • Added branch to Build

0.2.2 - 2018-04-11

Fixed

  • Changed ProjectType MarshalJSON and String methods to be value receivers so that they perform the necessary type name lookups when marshalling to JSON.

0.2.1 - 2018-04-08

Added

  • Return error when Authentication fails because 2FA is enabled

0.2.0 - 2018-01-26

Added

  • Added id to Project
  • Added project_id to Build

0.1.0 - 2018-01-05

  • Initial Release