diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,10 @@
 # Changelog for rollbar-cli
 
+All notable changes to this project will be documented in this file.
+
+## [1.1.0] - 2024-05-28
+
+### Changed
+- Added support for GHC 9.4
+
 ## Unreleased changes
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2020 Stack Builders Inc.
+Copyright 2020-present Stack Builders Inc.
 
 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
diff --git a/rollbar-cli.cabal b/rollbar-cli.cabal
--- a/rollbar-cli.cabal
+++ b/rollbar-cli.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.7.
+-- This file has been generated from package.yaml by hpack version 0.36.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ae36db535e7a21e309f48e4c857393a81da222f654b304404a35074924504299
+-- hash: 99c3aa74e5ef6c059b7ebeb837bca8f09c047df2a00b6856c99a919e4ad041ed
 
 name:           rollbar-cli
-version:        1.0.0
+version:        1.1.0
 synopsis:       Simple CLI tool to perform commons tasks such as tracking deploys.
 description:    Please see the README on GitHub at
                 <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-cli>
@@ -15,12 +15,12 @@
 homepage:       https://github.com/stackbuilders/rollbar-haskell#readme
 bug-reports:    https://github.com/stackbuilders/rollbar-haskell/issues
 author:         Stack Builders Inc.
-maintainer:     Sebastián Estrella <sestrella@stackbuilders.com>
-copyright:      2020 Stack Builders Inc.
+maintainer:     David Mazarro <dmunuera@stackbuilders.com>
+copyright:      2020-present Stack Builders Inc.
 license:        MIT
 license-file:   LICENSE
 tested-with:
-    GHC ==8.8.4, GHC ==8.10.2
+    GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
 build-type:     Simple
 extra-source-files:
     README.md
diff --git a/src/Rollbar/CLI.hs b/src/Rollbar/CLI.hs
--- a/src/Rollbar/CLI.hs
+++ b/src/Rollbar/CLI.hs
@@ -1,6 +1,6 @@
 -- |
 -- Module: Rollbar.CLI
--- Copyright: (c) 2020 Stack Builders Inc.
+-- Copyright: (c) 2020-present Stack Builders Inc.
 -- License: MIT
 -- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
 module Rollbar.CLI
