Skip to content

Commit

Permalink
Bump and add release notes (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGerber authored Mar 28, 2018
1 parent 3868aad commit 6e36cb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.1] - 2018-03-28
### Breaking changes
- None

### Fixed
- None

### Added
- It is now possible to export an attribute named "id" when it is included among the [additional attributes](https://github.com/NoRedInk/live_fixtures/tree/3868aaddbeb1c0174261673855610c4f8d9e7842#additional-attributes). #25

## [0.3.0] - 2017-08-10
### Breaking changes
- Imports now raise an error when unable to find a referenced model.
Expand Down
2 changes: 1 addition & 1 deletion lib/live_fixtures/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LiveFixtures
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 6e36cb7

Please sign in to comment.