diff --git a/CadQuery/__init__.py b/CadQuery/__init__.py
index aa03f82..dfeb68d 100644
--- a/CadQuery/__init__.py
+++ b/CadQuery/__init__.py
@@ -1,6 +1,6 @@
 __author__ = "Jeremy Wright (jmwright)"
-__copyright__ = "Copyright 2014, Innovations Technology Solutions"
+__copyright__ = "Copyright 2015"
 __license__ = "LGPL v3"
-__version__ = "0.2.0"
+__version__ = "0.3.0"
 __maintainer__ = "Jeremy Wright"
-__status__ = "Beta"
+__status__ = "Production/Stable"
diff --git a/README.md b/README.md
index 0e84abb..b538e7c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 cadquery-freecad-module
 =======================
-[![GitHub version](https://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module.svg)](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.2.0)
+[![GitHub version](https://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module.svg)](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.3.0)
 [![License](https://img.shields.io/badge/license-LGPL-lightgrey.svg)](https://github.com/jmwright/cadquery-freecad-module/blob/master/LICENSE)
 
 A module-workbench combo that adds a CadQuery editor to FreeCAD. Please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki) for more detailed information on getting started.
@@ -9,7 +9,7 @@ A module-workbench combo that adds a CadQuery editor to FreeCAD. Please see the
 
 **Requires FreeCAD 0.14 or newer**
 
-Download the [latest released version](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.2.0), extract the archive file, and copy the `CadQuery` directory to FreeCAD's `Mod` directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical `Mod` directory locations are as follows.
+Download the [latest released version](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.3.0), extract the archive file, and copy the `CadQuery` directory to FreeCAD's `Mod` directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical `Mod` directory locations are as follows.
 
 ### Linux
 * /usr/lib/freecad/Mod
diff --git a/changes.md b/changes.md
index 700b452..89bcf1c 100644
--- a/changes.md
+++ b/changes.md
@@ -11,7 +11,7 @@ v0.2.0
     * Updated the CadQuery library
     * Updated the PyQode libraries
     
-v0.3.0 (Unreleased)
+v0.3.0
 -----
     * Converted thickness setting to thickness boolean in the Lego brick example (thanks @galou) #59
     * Improved parametric encosure (Ex023) example (thanks @galou) #61
@@ -19,5 +19,6 @@ v0.3.0 (Unreleased)
     * Embedded CadQuery libarary as a git subtree to lessen maintainance issues
     * Embedded Pint library for units handling
     * Fixed version number in InitGui.py
-    * Added BoundingBox centerOption example (Ex030) (thanks @huskier)
+    * Added BoundingBox centerOption example (Ex030) (thanks @huskier) #66
     * Made change to leave the 3D render in place when switching to another workbench
+    * Now use a user provided CadQuery shape label to label rendered FreeCAD objects