diff --git a/debian/changelog b/debian/changelog
index 90ff61bb..2b498eb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+blahp (2.0.0-1) stable; urgency=medium
+
+  * Add GPU support (#12)
+  * Improve multi-node support for Slurm (HTCONDOR-166)
+  * More efficient status queries for Slurm (HTCONDOR-104)
+  * More robust job ID extraction from SLurm (HTCONDOR-259)
+  * Better interfacing with PBS and Slurm
+  * More Python 3 fixes for PBS and Slurm scripts
+  * Convert LSF script to Python 3 (HTCONDOR-333, #34)
+  * Add Debian build files
+
+ -- Brian Lin <blin@cs.wisc.edu>  Tue, 30 Mar 2021 13:35:00 -0600
+
+
 blahp (1.18.48-2) stable; urgency=medium
 
   * Initial release.
diff --git a/debian/control b/debian/control
index ca0b5eb7..69a91ac5 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>=9),
 Standards-Version: 3.9.8
 Homepage: https://github.com/htcondor/BLAH
 # Generate source tarball with:
-# git archive --prefix=blahp-1.18.48/ --out ../blahp_1.18.48.orig.tar.gz v1.18.48
+# git archive --prefix=blahp-2.0.0/ --out ../blahp_2.0.0.orig.tar.gz v2.0.0
 
 Package: blahp
 Architecture: any
diff --git a/rpm/blahp.spec b/rpm/blahp.spec
index 9f5ba2e9..46b44eae 100644
--- a/rpm/blahp.spec
+++ b/rpm/blahp.spec
@@ -4,8 +4,8 @@
 %define bl_libexecdir %{_libexecdir}/%{name}
 
 Name:		blahp
-Version:	1.18.48
-Release:	2%{?gitrev:.%{gitrev}}%{?dist}
+Version:	2.0.0
+Release:	1%{?gitrev:.%{gitrev}}%{?dist}
 Summary:	gLite BLAHP daemon
 
 Group:		System/Libraries
@@ -106,6 +106,16 @@ fi
 %{_initrddir}/glite-ce-*
 
 %changelog
+* Tue Mar 30 2021 Brian Lin <blin@cs.wisc.edu> 2.0.0-1
+- Add GPU support (#12)
+- Improve multi-node support for Slurm (HTCONDOR-166)
+- More efficient status queries for Slurm (HTCONDOR-104)
+- More robust job ID extraction from SLurm (HTCONDOR-259)
+- Better interfacing with PBS and Slurm
+- More Python 3 fixes for PBS and Slurm scripts
+- Convert LSF script to Python 3 (HTCONDOR-333, #34)
+- Add Debian build files
+
 * Tue Sep 15 2020 Brian Lin <blin@cs.wisc.edu> - 1.18.48-2
 - Update RPM packaging