diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -7,3 +7,11 @@
 ## v0.0.0.2 -- 2020 Nov 09
 
 Added support for GHC 8.8
+
+## v0.0.0.3 -- 2022 March 14
+
+Added support for:
+
+  - bytestring-0.11
+  - base-4.14 (ghc 8.10)
+  - base-4.15 (ghc 9.0)
diff --git a/happy-hour.cabal b/happy-hour.cabal
--- a/happy-hour.cabal
+++ b/happy-hour.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 
 name: happy-hour
-version: 0.0.0.2
+version: 0.0.0.3
 category: Graphics
 synopsis: Generate simple okay-looking bar plots without much effort
 
@@ -12,11 +12,9 @@
     nicer. If happy-hour generates a plot for you that is not
     aesthetically pleasing, please let us know so that we may improve.
 
-tested-with: GHC==8.6.3, GHC==8.8.4
-
 extra-source-files: changelog.md
 
-copyright: 2019 Typeclass Consulting, LLC
+copyright: 2019 Mission Valley Software LLC
 license: MIT
 license-file: license.txt
 
@@ -34,6 +32,6 @@
         Graphics.HappyHour
 
     build-depends:
-        base ^>= 4.12 || ^>= 4.13
+        base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15
       , Chart ^>= 1.9
       , Chart-diagrams ^>= 1.9
diff --git a/license.txt b/license.txt
--- a/license.txt
+++ b/license.txt
@@ -1,4 +1,4 @@
-Copyright 2019 Typeclass Consulting, LLC
+Copyright 2019 Mission Valley Software LLC
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
