Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 29, 2013
1 parent 849f60a commit c83f7ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.2.0 (2013-07-29)

* Added Content-Security-Policy (CSP) 1.0 support
* Added forced_ssl.whitelist property to define URLs that do not need to be force-redirected
* Fixed session loss bug on 404 URLs in the CookieSessionHandler

### 1.1.0 (2013-03-27)

* Added a cookie session storage (use only if really needed, and combine it with `encrypted_cookie`)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.2.x-dev"
}
},
"target-dir": "Nelmio/SecurityBundle"
Expand Down

0 comments on commit c83f7ab

Please sign in to comment.