Skip to content

Commit eb33f66

Browse files
committed
Update changelog format
1 parent 273d580 commit eb33f66

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

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

5-
## 0.5.3 - 2018-03-28
5+
## [Unreleased]
6+
7+
### Added
8+
- Support for PHP 8 and Guzzle 7
9+
10+
## [0.5.3] - 2018-03-28
611

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

22-
## 0.5.2 - 2018-03-26
27+
## [0.5.2] - 2018-03-26
2328

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

39-
## 0.5.1 - 2018-03-26
44+
## [0.5.1] - 2018-03-26
4045

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

56-
## 0.5.0 - 2018-03-23
61+
## [0.5.0] - 2018-03-23
5762

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

73-
## 0.4.1 - 2017-03-22
78+
## [0.4.1] - 2017-03-22
7479

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

90-
## 0.4.0 - 2016-09-23
95+
## [0.4.0] - 2016-09-23
9196

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

107-
## 0.3.6 - 2015-10-26
112+
## [0.3.6] - 2015-10-26
108113

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

124-
## 0.3.5 - 2015-10-19
129+
## [0.3.5] - 2015-10-19
125130

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

141-
## 0.3.4 - 2015-10-05
146+
## [0.3.4] - 2015-10-05
142147

143148
### Added
144149
- 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."
@@ -156,7 +161,7 @@ All Notable changes to `trello-php` will be documented in this file
156161
### Security
157162
- Nothing
158163

159-
## 0.3.3 - 2015-09-22
164+
## [0.3.3] - 2015-09-22
160165

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

176-
## 0.3.2 - 2015-09-22
181+
## [0.3.2] - 2015-09-22
177182

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

193-
## 0.3.1 - 2015-09-11
198+
## [0.3.1] - 2015-09-11
194199

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

210-
## 0.3.0 - 2015-09-03
215+
## [0.3.0] - 2015-09-03
211216

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

230-
## 0.2.1 - 2015-08-06
235+
## [0.2.1] - 2015-08-06
231236

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

247-
## 0.2.0 - 2015-08-04
252+
## [0.2.0] - 2015-08-04
248253

249254
### Added
250255
- New client api

0 commit comments

Comments
 (0)