diff --git a/changelog b/changelog index 734b211..0c99a80 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +1.1.1 + +* Add `Data.Bifunctor.Swap.Swap` instance from `swap` +* Support `lens ^>= 5` + 1.1 * Generalise types of `validate` and `ensure` functions to use `Maybe` instead of `Bool` @@ -98,4 +103,3 @@ Provide Isos between (ValidationT Identity) and other data types. 0.3.4 Loosen the type of the Isos for polymorphic update. - diff --git a/validation.cabal b/validation.cabal index 04d0139..ebe36ab 100644 --- a/validation.cabal +++ b/validation.cabal @@ -1,5 +1,5 @@ name: validation -version: 1.1 +version: 1.1.1 license: BSD3 license-file: LICENCE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> , Nick Partridge