Skip to content

Commit

Permalink
Update changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Oct 27, 2022
1 parent 273d580 commit eb33f66
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All Notable changes to `trello-php` will be documented in this file

## 0.5.3 - 2018-03-28
## [Unreleased]

### Added
- Support for PHP 8 and Guzzle 7

## [0.5.3] - 2018-03-28

### Added
- Nothing
Expand All @@ -19,7 +24,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.5.2 - 2018-03-26
## [0.5.2] - 2018-03-26

### Added
- Nothing
Expand All @@ -36,7 +41,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.5.1 - 2018-03-26
## [0.5.1] - 2018-03-26

### Added
- Added support for getting a custom fields for a given card
Expand All @@ -53,7 +58,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.5.0 - 2018-03-23
## [0.5.0] - 2018-03-23

### Added
- Added support for custom fields - https://developers.trello.com/docs/getting-started-custom-fields
Expand All @@ -70,7 +75,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.4.1 - 2017-03-22
## [0.4.1] - 2017-03-22

### Added
- Nothing
Expand All @@ -87,7 +92,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.4.0 - 2016-09-23
## [0.4.0] - 2016-09-23

### Added
- Add support for HTTP proxy configuration.
Expand All @@ -104,7 +109,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.6 - 2015-10-26
## [0.3.6] - 2015-10-26

### Added
- Add support for RequestExceptions that do not have a Response object.
Expand All @@ -121,7 +126,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.5 - 2015-10-19
## [0.3.5] - 2015-10-19

### Added
- Update Http client to handle file upload successfully.
Expand All @@ -138,7 +143,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.4 - 2015-10-05
## [0.3.4] - 2015-10-05

### Added
- Add parameters to all Http methods. "Despite using POST and PUT, the Trello API actually expects the values to be in the query string rather than in the request body."
Expand All @@ -156,7 +161,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.3 - 2015-09-22
## [0.3.3] - 2015-09-22

### Added
- Nothing
Expand All @@ -173,7 +178,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.2 - 2015-09-22
## [0.3.2] - 2015-09-22

### Added
- Add parameters to GET and DELETE Http methods
Expand All @@ -190,7 +195,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.1 - 2015-09-11
## [0.3.1] - 2015-09-11

### Added
- Add temporary credentials support
Expand All @@ -207,7 +212,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.3.0 - 2015-09-03
## [0.3.0] - 2015-09-03

### Added
- Central configuration object
Expand All @@ -227,7 +232,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.2.1 - 2015-08-06
## [0.2.1] - 2015-08-06

### Added
- Dynamic method implementation (faster execution)
Expand All @@ -244,7 +249,7 @@ All Notable changes to `trello-php` will be documented in this file
### Security
- Nothing

## 0.2.0 - 2015-08-04
## [0.2.0] - 2015-08-04

### Added
- New client api
Expand Down

0 comments on commit eb33f66

Please sign in to comment.