Skip to content

Commit

Permalink
Documented version 0.3.0. Added notes to RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Jan 22, 2019
1 parent 8987a4b commit dae2b36
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# RELEASE NOTES

## Version 0.1.0 - Sep 04, 2018
### Version 0.3.0 - Jan 22, 2018

**Notes**

- Initial release
- Support for users: https://github.com/ombulabs/harvesting/pull/9
- Support for fetching single records: https://github.com/ombulabs/harvesting/pull/14 and https://github.com/ombulabs/harvesting/pull/22
- Nested models make it easier to access data: https://github.com/ombulabs/harvesting/pull/15
- Better architecture for collections: https://github.com/ombulabs/harvesting/pull/18

**Bug Fixes**

- Correct pagination support: https://github.com/ombulabs/harvesting/pull/17
- Added documentation: https://github.com/ombulabs/harvesting/pull/30

### Version 0.2.0 - Oct 18, 2018

Expand All @@ -18,3 +26,9 @@

- Fixes issues with specs: https://github.com/ombulabs/harvesting/pull/2
- Fixed https://github.com/ombulabs/harvesting/issues/6 with https://github.com/ombulabs/harvesting/pull/7

## Version 0.1.0 - Sep 04, 2018

**Notes**

- Initial release
2 changes: 1 addition & 1 deletion lib/harvesting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Harvesting
VERSION = "0.2.0".freeze
VERSION = "0.3.0".freeze
end

0 comments on commit dae2b36

Please sign in to comment.