diff --git a/LICENCE b/LICENCE
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,7 @@
-Copyright 2010-2013 Tony Morris, Nick Partridge
-Copyright 2014,2015 NICTA Limited
-Copyright 2016,2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
+Copyright (C) 2010-2013 Tony Morris, Nick Partridge
+Copyright (C) 2014,2015 NICTA Limited
+Copyright (c) 2016-2019 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230
+Copyright (c) 2019-2026 Tony Morris
 
 All rights reserved.
 
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+1.1.5
+
+* Update version bounds
+
 1.1.4
 
 * Remove nix build
diff --git a/validation.cabal b/validation.cabal
--- a/validation.cabal
+++ b/validation.cabal
@@ -1,16 +1,17 @@
 name:               validation
-version:            1.1.4
+version:            1.1.5
 license:            BSD3
 license-file:       LICENCE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>
-maintainer:         Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>, Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
+maintainer:         Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>
 copyright:          Copyright (C) 2010-2013 Tony Morris, Nick Partridge
                     Copyright (C) 2014,2015 NICTA Limited
-                    Copyright (c) 2016-2019, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
+                    Copyright (c) 2016-2019 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230
+                    Copyright (c) 2019-2026 Tony Morris
 synopsis:           A data-type like Either but with an accumulating Applicative
 category:           Data
 description:
-  <<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>>
+  <<https://logo.systemf.com.au/systemf-450x450.png>>
   .
   A data-type like Either but with differing properties and type-class
   instances.
@@ -30,8 +31,8 @@
   `Bind` or `Monad` instance. `Validation` is an example of, "An applicative
   functor that is not a monad."
 
-homepage:           https://github.com/qfpl/validation
-bug-reports:        https://github.com/qfpl/validation/issues
+homepage:           https://github.com/system-f/validation
+bug-reports:        https://github.com/system-f/validation/issues
 cabal-version:      >= 1.10
 build-type:         Simple
 extra-source-files: changelog
@@ -39,7 +40,7 @@
 
 source-repository   head
   type:             git
-  location:         git@github.com:qfpl/validation.git
+  location:         git@github.com:system-f/validation.git
 
 library
   default-language:
@@ -48,7 +49,7 @@
   build-depends:
                       base          >= 4.11   && < 5
                     , assoc         >= 1      && < 2
-                    , deepseq       >= 1.4.3  && < 1.5
+                    , deepseq       >= 1.4.3  && < 2
                     , selective     >= 0.6    && < 1
                     , semigroups    >= 0.18.2 && < 1
                     , semigroupoids >= 5.2.2  && < 7
