diff --git a/CHANGELOG.md b/CHANGELOG.md
index be70a7fdd8bd00d614478babb8f4dbe76a0b82ec..f3013a6ca87f6799c15ebd62891bdb3b4716b2fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,8 +32,12 @@ When preparing for a bug fix release create a new 2nd heading above the Fixed
 heading to indicate that only the bug fixes and security fixes are in the bug fix
 release.
 -->
+
 ## [Unreleased]
 
+
+## [1.5.0]()
+
 ### Added
 - Added this CHANGELOG.md file to track changes to the library
 - Added a warning when to_isis is called without a target name fixing [#126](https://github.com/USGS-Astrogeology/plio/issues/126).
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index f012897b4323d0abea114e3f021c961ce58d6421..296bdc8e832b2b75d9322120dd32822c343c1098 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -50,7 +50,6 @@ requirements:
     - certifi
     - pyproj
 
-
 test:
   imports:
     - plio
diff --git a/setup.py b/setup.py
index d5aadc7d0d15c0fcd12a242d2d7dc3ffc2e1f782..e16eade7067b97674b1de23c4dc68c8a9856a1a8 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
 def setup_package():
     setup(
         name = "plio",
-        version = '1.4.0',
+        version = '1.5.0',
         author = "USGS Astrogeology",
         author_email = "jlaura@usgs.gov",
         description = ("I/O API to support planetary data formats."),