Skip to content

Commit

Permalink
Release v2.8.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Aug 24, 2016
1 parent 61e49a6 commit 265813d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# ember-cli Changelog

### 2.8.0-beta.3

The following changes are required if you are upgrading from the previous
version:

- Users
+ [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v2.8.0-beta.2...v2.8.0-beta.3)
+ Upgrade your project's ember-cli version - [docs](http://ember-cli.com/user-guide/#upgrading)
- Addon Developers
+ [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v2.8.0-beta.1...v2.8.0-beta.2)
+ No changes required
- Core Contributors
+ No changes required

#### Community Contributions

- [#6166](https://github.com/ember-cli/ember-cli/pull/6166) changed --insecure-proxy to --secure-proxy in ember serve command [@badazz91](https://github.com/badazz91)

Thank you to all who took the time to contribute!


### 2.8.0-beta.2

The following changes are required if you are upgrading from the previous
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli",
"version": "2.8.0-beta.2",
"version": "2.8.0-beta.3",
"main": "lib/cli/index.js",
"description": "Command line tool for developing ambitious ember.js apps",
"homepage": "http://ember-cli.com/",
Expand Down

0 comments on commit 265813d

Please sign in to comment.