diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## <small>0.9.0 (2023-10-13)</small>
+
+* Add homepage ([bc2e162](https://github.com/finn-no/unleash-client-haskell-core/commit/bc2e162))
+* Move CHANGELOG.md to extra-doc-files ([ce63134](https://github.com/finn-no/unleash-client-haskell-core/commit/ce63134))
+* Set version to 0.9.0 ([3212bab](https://github.com/finn-no/unleash-client-haskell-core/commit/3212bab))
+* Update all ([1a4c1ce](https://github.com/finn-no/unleash-client-haskell-core/commit/1a4c1ce))
+* Update CHANGELOG.md ([dff9042](https://github.com/finn-no/unleash-client-haskell-core/commit/dff9042))
+* Update e-mail address ([b059bee](https://github.com/finn-no/unleash-client-haskell-core/commit/b059bee))
+* Use nixos-23.05 ([c667626](https://github.com/finn-no/unleash-client-haskell-core/commit/c667626))
+
+
+
 ## <small>0.8.9 (2023-09-14)</small>
 
 * Add CHANGELOG.md ([d72bcba](https://github.com/finn-no/unleash-client-haskell-core/commit/d72bcba))
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@
 
 ## Maintainers
 
+- [Even Brenden](mailto:uch@anythingexternal.com)
 - [Eirik Meland](mailto:eirik.meland@gmail.com)
-- [Even Brenden](mailto:evenbrenden@gmail.com)
 
 ## Dependencies
 
diff --git a/unleash-client-haskell-core.cabal b/unleash-client-haskell-core.cabal
--- a/unleash-client-haskell-core.cabal
+++ b/unleash-client-haskell-core.cabal
@@ -1,42 +1,42 @@
 cabal-version: 3.0
 
 name: unleash-client-haskell-core
-version: 0.8.9
+version: 0.9.0
 synopsis: Unleash feature toggle client core
 description:
     This is a library for evaluating [Unleash](https://www.getunleash.io/) feature toggles.
     The 'Unleash' module provides functions and types for checking feature toggles and variants.
 category: Web
 author: FINN.no
-maintainer: [email protected]
+homepage: https://github.com/finn-no/unleash-client-haskell-core
+maintainer: See README.md
 license: MIT
 copyright: Copyright © FINN.no AS, Inc. All rights reserved.
-extra-source-files:
-    CHANGELOG.md
-    README.md
+extra-doc-files: CHANGELOG.md
+extra-source-files: README.md
 
 common all
     build-depends:
         base >=4.7 && <5,
-        record-dot-preprocessor >= 0.2.15 && < 0.3,
-        record-hasfield >= 1.0 && < 1.1,
     default-extensions:
         BlockArguments
         DeriveFoldable
         DeriveFunctor
         DeriveTraversable
         DerivingStrategies
+        DuplicateRecordFields
         LambdaCase
+        OverloadedRecordDot
         OverloadedStrings
         RankNTypes
         ScopedTypeVariables
+        TypeApplications
     ghc-options:
         -haddock
         -W
         -Wno-unused-top-binds
         -Wredundant-constraints
         -Wunused-packages
-        -F -pgmF=record-dot-preprocessor
     default-language: Haskell2010
 
 library
@@ -49,13 +49,13 @@
     hs-source-dirs: src
     build-depends:
         aeson >= 2.0.3 && < 2.1,
-        containers >= 0.6.4 && < 0.7,
+        containers >= 0.6.5 && < 0.7,
         murmur3 >= 1.0.5 && < 1.1,
         random >= 1.2.1 && < 1.3,
         text >= 1.2.5 && < 1.3,
-        text-show >= 3.9.7 && < 3.10,
-        time >= 1.9.3 && < 1.10,
-        versions >= 5.0.4 && < 5.1,
+        text-show >= 3.10.2 && < 3.11,
+        time >= 1.11.1 && < 1.12,
+        versions >= 5.0.5 && < 5.1,
 
 test-suite unleash-client-haskell-core-test
     import: all
@@ -71,7 +71,7 @@
         aeson,
         aeson-pretty >= 0.8.9 && < 0.9,
         attoparsec >= 0.14.4 && < 0.15,
-        bytestring >= 0.10.12 && < 0.11,
-        hspec >= 2.8.5 && < 2.9,
+        bytestring >= 0.11.4 && < 0.12,
+        hspec >= 2.9.7 && < 2.10,
         text,
-        unleash-client-haskell-core
+        unleash-client-haskell-core,
