diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ebird-cli
 
+## 0.2.0.0 -- 2023-09-27
+
+* Renamed `ebird` executable to `ebird-cli`.
+
 ## 0.1.0.0 -- 2023-07-30
 
 * First version. Released on an unsuspecting world.
diff --git a/ebird-cli.cabal b/ebird-cli.cabal
--- a/ebird-cli.cabal
+++ b/ebird-cli.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               ebird-cli
-version:            0.1.0.0
+version:            0.2.0.0
 synopsis:
     A command-line utility for interacting with the
     eBird API.
@@ -35,7 +35,7 @@
       RecordWildCards
     default-language: Haskell2010
 
-executable ebird
+executable ebird-cli
     import: common
     main-is:
         Main.hs
