Skip to content

Commit

Permalink
Bump version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Balparda committed Apr 21, 2016
1 parent d12b4c0 commit e312e93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,12 @@ Magento CE 1.8+ or EE 1.13+, see [these instructions](https://github.com/nexcess

### RELEASE-0.6.8
* [#1065] Added ESI policy for cookie notice block. (@aricwatson)
* [#1066] Fix for crawler lock problem with CM_RedisSession (@jeroenvermeulen )
* [#1072] Scrutinizer Auto-Fixes. (@miguelbalparda)
* [#1078] Fix regex check - blank value passed check. (@aricwatson)
* [#1087] Fixed missing '}' typo #1087. (@aricwatson)
* [#1117] Fix #1100. (@GLips)
* [#1155] Update TECHNICAL_NOTES.md. (@GLips)

### RELEASE-0.6.9

2 changes: 1 addition & 1 deletion app/code/community/Nexcessnet/Turpentine/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<config>
<modules>
<Nexcessnet_Turpentine>
<version>0.6.8</version>
<version>0.6.9</version>
</Nexcessnet_Turpentine>
</modules>
<default>
Expand Down

2 comments on commit e312e93

@vithefiddler
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please post the changelog for .6.9 and .7.0 so that I can read them before upgrading on my production site.

@miguelbalparda
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, in the meantime you can check #1185 and #1163

Please sign in to comment.