Skip to content

Commit

Permalink
Updated changelog, bumping version to v0.0.3 in preparation for tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Feb 24, 2016
1 parent b9f6ed4 commit 4b41bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## [Unreleased]
## [v0.0.3]
### Added
- Added first suite of unit tests by @jrwells
- Fixes `.create` route, no longer hardcoded to `meetings.create`

## v0.0.1
### Added
- Initial code import by @jrwells
- Babel build configuration and package setup by @jrhusney
- Initial documentation by @jrhusney

[v0.0.3]: https://github.com/jordanh/neurio-python/compare/v0.0.1...v0.0.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falcor-saddle",
"version": "0.0.2",
"version": "0.0.3",
"description": "Experimental model route scaffolding for Netflix Falcor – giddyup!",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 4b41bcc

Please sign in to comment.