Skip to content

Commit

Permalink
Release Ember Data v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Mar 1, 2018
1 parent 7986dbc commit e20597e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

### Master

### Release 3.0.2 (March 1, 2018)
- [#5230](https://github.com/emberjs/data/pull/5230) [BUGFIX] enable lazy-relationship payloads to work with polymorphic relationships

### Release 3.0.1 (Feburary 13, 2018)
- [#5273](https://github.com/emberjs/data/pull/5273) client-side-delete semantics `unloadRecord`

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-data",
"version": "3.0.1",
"version": "3.0.2",
"description": "A data layer for your Ember applications.",
"repository": "git://github.com/emberjs/data.git",
"directories": {
Expand Down

0 comments on commit e20597e

Please sign in to comment.