diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d096186922..ee03fb34274 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Ansible Changes By Release
==========================
+## 1.8.2 "You Really Got Me" - Dec 04, 2014
+
+* Various bug fixes for packaging issues related to modules.
+* Various bug fixes for lookup plugins.
+* Various bug fixes for some modules (continued cleanup of postgresql issues, etc.).
+
## 1.8.1 "You Really Got Me" - Nov 26, 2014
* Various bug fixes in postgresql and mysql modules.
diff --git a/RELEASES.txt b/RELEASES.txt
index 0dcf706d7a4..80c56774a7d 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -9,6 +9,7 @@ Active Development
Released
++++++++
+1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
1.8 "You Really Got Me" ---- 11-25-2014
1.7.2 "Summer Nights" -------- 09-24-2014
diff --git a/VERSION b/VERSION
index a8fdfda1c78..53adb84c822 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.8.2
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index c9c5f4cfb05..19adb8f28ba 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see .
-__version__ = '1.8.1'
+__version__ = '1.8.2'
__author__ = 'Michael DeHaan'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
index dd4095137a0..54ee8aa8e8b 160000
--- a/lib/ansible/modules/core
+++ b/lib/ansible/modules/core
@@ -1 +1 @@
-Subproject commit dd4095137a00b1ddec1de5fe21495a28be0b9f03
+Subproject commit 54ee8aa8e8b5f03b1b81642c0087ce6b8e68686f
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
index cf54dc46b49..c60441fddd7 160000
--- a/lib/ansible/modules/extras
+++ b/lib/ansible/modules/extras
@@ -1 +1 @@
-Subproject commit cf54dc46b49adfccf377d646727d922cf7c7d659
+Subproject commit c60441fddd7433c9d258b3837be1669f4d73e725
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 35736287979..ff0fc26c329 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.8.2) unstable; urgency=low
+
+ * 1.8.2
+
+ -- Michael DeHaan Thu, 04 Dec 2014 17:00:00 -0500
+
ansible (1.8.1) unstable; urgency=low
* 1.8.1
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 1eb8f1d2249..d560cc5d4eb 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 04 2014 Michael DeHaan - 1.8.2
+- Release 1.8.2
+
* Wed Nov 26 2014 Michael DeHaan - 1.8.1
- Release 1.8.1