diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f3f52cf2..debaef037 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# fish 3.0.2
+# fish 3.0.2 (released February 19, 2019)
This release of fish fixes an issue discovered in fish 3.0.1.
diff --git a/osx/Info.plist b/osx/Info.plist
index 10b7d27df..7415edb86 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.0.1
+ 3.0.2
CFBundleVersion
0.1
LSApplicationCategoryType
diff --git a/osx/config.h b/osx/config.h
index 77128ac1e..1828562e4 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -209,7 +209,7 @@
#define PACKAGE_NAME "fish"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "fish 3.0.1"
+#define PACKAGE_STRING "fish 3.0.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fish"
@@ -218,7 +218,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.0.1"
+#define PACKAGE_VERSION "3.0.2"
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4