diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c3593691d0..66026ba28e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.3.x +# 1.3.0 - "Hare Force" (2015-02-12) # 1.3.0-RC3 (2015-02-12) @@ -483,7 +483,7 @@ - constructor of Pim\Bundle\BaseConnectorBundle\Writer\Doctrine\Writer has changed - Pim\Bundle\TransformBundle\Cache\ProductCacheClearer has been renamed Pim\Bundle\TransformBundle\Cache\CacheClearer -# 1.2.0 (2014-08-28) +# 1.2.0 - "Acrobatty Bunny" (2014-08-28) ## Improvements diff --git a/src/Pim/Bundle/CatalogBundle/Version.php b/src/Pim/Bundle/CatalogBundle/Version.php index b884722d0c5a..582d7f97b737 100644 --- a/src/Pim/Bundle/CatalogBundle/Version.php +++ b/src/Pim/Bundle/CatalogBundle/Version.php @@ -12,7 +12,7 @@ class Version { /** @staticvar string */ - const VERSION = '1.3.0-RC3'; + const VERSION = '1.3.0'; /** @staticvar string */ const VERSION_CODENAME = 'Hare Force';