Skip to content

Commit f6f90ee

Browse files
authored
Update CHANGELOG.md
1 parent c8fc09a commit f6f90ee

File tree

1 file changed

+34
-21
lines changed

1 file changed

+34
-21
lines changed

CHANGELOG.md

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,60 @@
11
# Changelog
22

3-
All notable changes to `laravel-cloudfront-url-signer` will be documented in this file.
3+
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## 2.1.0 - 2019-06-03
8+
9+
## [Unreleased]
10+
### Changed
11+
- Updated CHANGELOG to adhere to "Keep a Changelog" initiative
12+
13+
## [2.1.0] - 2019-06-03
14+
### Added
815
- Added support for L5.8
916

10-
## 2.0.0 - 2018-09-24
11-
- [**BREAKING**] Removed support for L5.5
17+
## [2.0.0] - 2018-09-24
18+
### Added
1219
- Added support for L5.7
1320

14-
## 1.0.1 - 2018-04-22
21+
### Removed
22+
- Removed support for L5.5
23+
24+
## [1.0.1] - 2018-04-22
25+
### Added
1526
- Updated CHANGELOG to cover undocumented releases
27+
28+
### Changed
1629
- Removed dependency and consequentially php-intl extension: it gives some problems on High Sierra development environment. URL check is now delegated to AWS SDK.
1730

18-
## 1.0.0 - 2018-02-19
19-
- Added Laravel 5.6 compliance
31+
## [1.0.0] - 2018-02-19
32+
### Added
33+
- Add support for L5.6
2034

21-
## 0.1.5 - 2018-02-18
35+
## [0.1.5] - 2018-02-18
36+
### Fixed
2237
- getExpirationTimestamp now returns int value instead of string to overcome an AWS SDK bug
2338

24-
## 0.1.4 - 2018-02-13
39+
## [0.1.4] - 2018-02-13
40+
### Changed
2541
- Refactored tests
2642
- Switched to UrlSigner class instead of CloudFrontClient
2743

28-
## 0.1.3 - 2018-02-09
29-
- Fixed README typo
44+
## [0.1.3] - 2018-02-09
45+
### Changed
3046
- $expiration default behaviour moved to internal `sign()` method instead of helper
3147

32-
## 0.1.2 - 2018-02-09
33-
48+
## [0.1.2] - 2018-02-09
49+
### Fixed
3450
- Fixed config publishing
35-
- $expiration default behaviour moved to internal `sign()` method instead of helper
36-
37-
## 0.1.1 - 2018-02-09
3851

52+
### Changed
3953
- $expiration parameter of `sign()` helper now defaults to the value defined in the configuration file when not defined
4054

41-
## 0.1.1 - 2018-02-09
42-
55+
## [0.1.1] - 2018-02-09
56+
### Added
4357
- Added `sign()` helper
4458

45-
## 0.1.0 - 2018-02-09
46-
59+
## [0.1.0 - 2018-02-09
4760
- Initial release

0 commit comments

Comments
 (0)