Skip to content

Commit

Permalink
Merge pull request #5924 from akeneo/tag-170
Browse files Browse the repository at this point in the history
Prepare tag 1.7.0
  • Loading branch information
pierallard authored Mar 14, 2017
2 parents 23396a3 + e446c2b commit 1f9809e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG-1.7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.7.x
# 1.7.0 (2017-03-14)

## Functional improvements

Expand Down Expand Up @@ -27,8 +27,8 @@
- Remove class `Oro\Bundle\UserBundle\Form\Type\UserApiType`
- Remove class `Oro\Bundle\UserBundle\Command\GenerateWSSEHeaderCommand`
- Remove class `Oro\Bundle\UserBundle\Security\WsseAuthListener`
- Remove class `Oro\Bundle\UserBundle\Security\WsseAuthListener`
- Remove class `Oro\Bundle\UserBundle\Security\WsseUserProvider`
- Remove Class `Pim\Bundle\UserBundle\Security\WsseUserProvider`

# 1.7.0-BETA2 (2017-03-06)

Expand Down
4 changes: 2 additions & 2 deletions src/Pim/Bundle/CatalogBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
class Version
{
/** @staticvar string */
const VERSION = '1.7.0-BETA2';
const VERSION = '1.7.0';

/** @staticvar string */
const VERSION_CODENAME = '';
const VERSION_CODENAME = 'The Old Grey Hare';

/** @staticvar string */
const EDITION = 'CE';
Expand Down

0 comments on commit 1f9809e

Please sign in to comment.