Skip to content

Commit

Permalink
updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
zohl committed Apr 15, 2017
1 parent 82a54f3 commit f9d5f66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

## [Unreleased]
## [0.4.4]
### Added
- Tests for the example.
- `parseSessionRequest` and `parseSessionResponse` functions.
- `removeSessionFromErr` function.

### Changed
- Fixed constraint for `removeSession`.
Expand Down Expand Up @@ -86,7 +87,8 @@
- Initial version of the package.


[HEAD]: ../../compare/v0.4.3.3...HEAD
[HEAD]: ../../compare/v0.4.4...HEAD
[0.4.4]: ../../compare/v0.4.3.3...v0.4.4
[0.4.3.3]: ../../compare/v0.4.3.2...v0.4.3.3
[0.4.3.2]: ../../compare/v0.4.3.1...v0.4.3.2
[0.4.3.1]: ../../compare/v0.4.3...v0.4.3.1
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "servant-auth-cookie";
version = "0.4.3.3";
version = "0.4.4";
src = ./.;
libraryHaskellDepends = [
base base64-bytestring blaze-builder bytestring cereal cookie
Expand Down
8 changes: 4 additions & 4 deletions servant-auth-cookie.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-auth-cookie
version: 0.4.3.3
version: 0.4.4
synopsis: Authentication via encrypted cookies
description: Authentication via encrypted client-side cookies,
inspired by client-session library by Michael Snoyman and based on
Expand Down Expand Up @@ -54,7 +54,7 @@ library
, servant >= 0.5 && < 0.11
, servant-server >= 0.5 && < 0.11
, tagged == 0.8.*
, time >= 1.5 && < 1.8
, time >= 1.5 && < 1.8.1
, transformers >= 0.4 && < 0.6
, wai >= 3.0 && < 3.3

Expand Down Expand Up @@ -93,7 +93,7 @@ test-suite tests
, hspec >= 2.0 && < 3.0
, servant-auth-cookie
, servant-server >= 0.5 && < 0.11
, time >= 1.5 && < 1.8
, time >= 1.5 && < 1.8.1
if !impl(ghc >= 7.8)
build-depends: tagged == 0.8.*
default-language: Haskell2010
Expand Down Expand Up @@ -170,7 +170,7 @@ test-suite example-tests
, servant-blaze >= 0.5 && < 0.10
, servant-server >= 0.5 && < 0.11
, text
, time >= 1.5 && < 1.8
, time >= 1.5 && < 1.8.1
, transformers >= 0.4 && < 0.6
, wai
, wai-extra
Expand Down

0 comments on commit f9d5f66

Please sign in to comment.