Skip to content

Commit

Permalink
Update for 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jan 8, 2015
1 parent 44e6e16 commit c0741fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 0.2.0

- Removed `sign_key` option from the `Server` class. For simplicity HTTP signatures are now configured and managed separately from the server.
- Renamed `SignKey` to `HttpSignature`.
- Renamed `InvalidTokenException` to `InvalidSignatureException`.
- Added new `HttpSignature` interface, allowing for custom implementations.
- Added new `HttpSignature` and `UrlBuilder` factories.
- Added new base URL option to server class.

## 0.1.1

- Added new `cacheFileExists` and `sourceFileExists` methods to server.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}

0 comments on commit c0741fb

Please sign in to comment.