Skip to content

Commit c0741fb

Browse files
committed
Update for 0.2.0 release.
1 parent 44e6e16 commit c0741fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to Glide will be documented in this file.
44

5+
## 0.2.0
6+
7+
- Removed `sign_key` option from the `Server` class. For simplicity HTTP signatures are now configured and managed separately from the server.
8+
- Renamed `SignKey` to `HttpSignature`.
9+
- Renamed `InvalidTokenException` to `InvalidSignatureException`.
10+
- Added new `HttpSignature` interface, allowing for custom implementations.
11+
- Added new `HttpSignature` and `UrlBuilder` factories.
12+
- Added new base URL option to server class.
13+
514
## 0.1.1
615

716
- Added new `cacheFileExists` and `sourceFileExists` methods to server.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "0.1-dev"
41+
"dev-master": "0.2-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)