diff --git a/CHANGES.md b/CHANGES.md index 5f725b4..edf218c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ Changelog ========= +- [Version 0.8.1.1](https://github.com/zmthy/http-media/releases/tag/v0.8.1.1) + Fixed a bug when mapping againt a client-side content header where a match would be overridden by a more specific key earlier in the map. diff --git a/http-media.cabal b/http-media.cabal index e5c4f72..9b32ac6 100644 --- a/http-media.cabal +++ b/http-media.cabal @@ -1,5 +1,5 @@ name: http-media -version: 0.8.1.0 +version: 0.8.1.1 license: MIT license-file: LICENSE author: Timothy Jones