diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.2.0 (September 2022)
+
+- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
+
 ## 0.1.0 (September 2022)
 
 Initial release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 The Haskell data structures are generated programmatically from the
 Unicode character database (UCD) files. The latest Unicode version
 supported by this library is
-[`14.0.0`](https://www.unicode.org/versions/Unicode14.0.0/).
+[`15.0.0`](https://www.unicode.org/versions/Unicode15.0.0/).
 
 Please see the
 [Haddock documentation](https://hackage.haskell.org/package/unicode-data-scripts)
diff --git a/lib/Unicode/Internal/Char/ScriptExtensions.hs b/lib/Unicode/Internal/Char/ScriptExtensions.hs
# file too large to diff: lib/Unicode/Internal/Char/ScriptExtensions.hs
diff --git a/lib/Unicode/Internal/Char/Scripts.hs b/lib/Unicode/Internal/Char/Scripts.hs
# file too large to diff: lib/Unicode/Internal/Char/Scripts.hs
diff --git a/test/Unicode/Char/General/ScriptsSpec.hs b/test/Unicode/Char/General/ScriptsSpec.hs
--- a/test/Unicode/Char/General/ScriptsSpec.hs
+++ b/test/Unicode/Char/General/ScriptsSpec.hs
@@ -35,6 +35,7 @@
 | 9.0.[1-2]   | 4.15.0         | 12.1            |
 | 9.2.[1-4]   | 4.16.0         | 14.0            |
 | 9.4.[1-2]   | 4.17.0         | 14.0            |
+| 9.6.1       | 4.18.0         | 15.0            |
 +-------------+----------------+-----------------+
 -}
 
diff --git a/unicode-data-scripts.cabal b/unicode-data-scripts.cabal
--- a/unicode-data-scripts.cabal
+++ b/unicode-data-scripts.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                unicode-data-scripts
-version:             0.1.0
+version:             0.2.0
 synopsis:            Unicode characters scripts
 description:
   @unicode-data-scripts@ provides Haskell APIs to access the Unicode
@@ -9,7 +9,7 @@
   .
   The Haskell data structures are generated programmatically from the UCD files.
   The latest Unicode version supported by this library is
-  @<https://www.unicode.org/versions/Unicode14.0.0/ 14.0.0>@.
+  @<https://www.unicode.org/versions/Unicode15.0.0/ 15.0.0>@.
 homepage:            http://github.com/composewell/unicode-data
 bug-reports:         https://github.com/composewell/unicode-data/issues
 license:             Apache-2.0
@@ -79,7 +79,7 @@
   hs-source-dirs: lib
   build-depends:
       base             >= 4.7   && < 4.18
-    , unicode-data     >= 0.3   && < 0.4
+    , unicode-data     >= 0.4   && < 0.5
 
 test-suite test
   import: default-extensions, compile-options
