We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6b99d commit 1f0079dCopy full SHA for 1f0079d
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
All notable changes to `laravel-cloudfront-url-signer` will be documented in this file.
4
5
+## Unreleased
6
+- Updated CHANGELOG to cover undocumented releases
7
+
8
+## 1.0.0 - 2018-02-19
9
+- Added Laravel 5.6 compliance
10
11
+## 0.1.5 - 2018-02-18
12
+- getExpirationTimestamp now returns int value instead of string to overcome an AWS SDK bug
13
14
+## 0.1.4 - 2018-02-13
15
+- Refactored tests
16
+- Switched to UrlSigner class instead of CloudFrontClient
17
18
+## 0.1.3 - 2018-02-09
19
+- Fixed README typo
20
+- $expiration default behaviour moved to internal `sign()` method instead of helper
21
22
## 0.1.2 - 2018-02-09
23
24
- Fixed config publishing
0 commit comments