Add changelog

This commit is contained in:
Oleg Grenrus 2019-02-28 09:40:38 +02:00
parent 0d966b5b67
commit bd48099f48
2 changed files with 9 additions and 3 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
v0.3
- Add HasEndpoint instance for BasicAuth
- Enumerate API and populate counters at start time
- support servant >=0.14 && <0.17

View File

@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-ekg
version: 0.3.1.0
version: 0.3
synopsis: Helpers for using ekg with servant
description: Helpers for using ekg with servant, e.g.. counters per endpoint.
license: BSD3
@ -11,9 +11,10 @@ author:
maintainer:
Servant Contributors <haskell-servant-maintainers@googlegroups.com>
category: System
category: Servant, Web, System
build-type: Simple
tested-with: ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3
extra-source-files: README.md CHANGELOG.md
source-repository HEAD
type: git
@ -28,7 +29,7 @@ library
, ekg-core >=0.1.1.4 && <0.2
, http-types >=0.12.2 && <0.13
, hashable >=1.2.7.0 && <1.3
, servant >=0.14 && <0.16
, servant >=0.14 && <0.17
, text >=1.2.3.0 && <1.3
, time >=1.6.0.1 && <1.9
, unordered-containers >=0.2.9.0 && <0.3