diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock
index a761d11c..eee41f06 100644
--- a/doc-src/Gemfile.lock
+++ b/doc-src/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: ..
   specs:
-    compass (0.12.rc.0.c403ac9)
+    compass (0.12.0.6754be1)
       chunky_png (~> 1.2)
       fssm (>= 0.2.7)
       sass (~> 3.1)
@@ -9,9 +9,9 @@ PATH
 PATH
   remote: ../../compass-theme
   specs:
-    compass-theme (0.0.2)
+    compass-theme (0.0.1)
       compass (~> 0.11)
-      compass-susy-plugin (~> 0.7.0)
+      compass-susy-plugin (>= 0.7.0.pre8)
       css-slideshow (= 0.2.0)
 
 GEM
@@ -23,8 +23,8 @@ GEM
     builder (3.0.0)
     chunky_png (1.2.5)
     coderay (0.9.7)
-    compass-susy-plugin (0.7.0)
-      compass (>= 0.10.0)
+    compass-susy-plugin (0.9)
+      compass (>= 0.11.1)
     cri (2.0.2)
     css-slideshow (0.2.0)
       compass (>= 0.10.0.rc3)
@@ -42,7 +42,7 @@ GEM
     rb-fsevent (0.4.0)
     rdiscount (1.6.8)
     ruby-prof (0.10.8)
-    sass (3.1.12)
+    sass (3.1.15)
     serve (1.0.0)
       activesupport (~> 3.0.1)
       i18n (~> 0.4.1)
diff --git a/doc-src/content/posts/2012-02-01-compass-0-12-is-released.markdown b/doc-src/content/posts/2012-02-01-compass-0-12-is-released.markdown
index b16fd828..dbc59614 100644
--- a/doc-src/content/posts/2012-02-01-compass-0-12-is-released.markdown
+++ b/doc-src/content/posts/2012-02-01-compass-0-12-is-released.markdown
@@ -1,12 +1,12 @@
 ---
-title: "Compass v0.12 (Release Candidate) is Released"
+title: "Compass v0.12 is Released"
 description: "Compass 0.12: Flexible Sprites, Rails Integration"
 author: chris
 ---
 
-Compass 0.12 release candidate is out! Install it now:
+Compass 0.12 is out! Install it now:
 
-    $ (sudo) gem install compass --pre
+    $ (sudo) gem install compass
 
 This release is primarily to support the Rails Asset Pipeline which
 required major changes to the Compass internals. If you use rails
@@ -36,12 +36,14 @@ Additionally there are many new CSS3 improvements, bug fixes, and other
 small enhancements that you can read about in the
 [CHANGELOG](/CHANGELOG/).
 
-What's next for Compass? The Sass 3.2 release is coming soon and I'd
-very much like the 0.13 release of compass to take advantage of the
-great features that it offers. Additionally, we're working on an
-extension registry where you can post your compass extensions and
-discover new ones. Lastly, we'll be extracting blueprint to a
-compass extension as that project seems to have stagnated. I'd say
-we're getting pretty close to a 1.0 release!
+What's next for Compass? First, we've added [Anthony
+Short](/blog/2012/03/11/anthony-short-joins-the-compass-core-team/) to
+the team and we're really excited to see him come make our stylesheets
+even more awesome. The Sass 3.2 release is coming soon and the 0.13
+release of compass will take advantage of the great features that it
+offers. Additionally, we're working on an extension registry where you
+can post your compass extensions and discover new ones.  Lastly, we'll
+be extracting blueprint to a compass extension as that project seems to
+have stagnated. I'd say we're getting pretty close to a 1.0 release!
 
 [compass-rails]: /blog/2012/01/29/compass-and-rails-integration/