Skip to content

Commit

Permalink
Bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kahmali committed Feb 24, 2016
1 parent aaf2bed commit 3b17262
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## Unreleased
## [v0.8.5] - 2016-02-24

#### Fixed
- Remove Route class from global namespace ([#170][])
- Remove `Route` class from global namespace ([#170][])


## [v0.8.4] - 2015-08-18
Expand Down Expand Up @@ -326,6 +326,7 @@ _Note: API-breaking changes are in **bold**_



[v0.8.5]: https://github.com/kahmali/meteor-restivus/compare/v0.8.4...v0.8.5 "Version 0.8.5"
[v0.8.4]: https://github.com/kahmali/meteor-restivus/compare/v0.8.3...v0.8.4 "Version 0.8.4"
[v0.8.3]: https://github.com/kahmali/meteor-restivus/compare/v0.8.2...v0.8.3 "Version 0.8.3"
[v0.8.2]: https://github.com/kahmali/meteor-restivus/compare/v0.8.1...v0.8.2 "Version 0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Restivus [v0.8.4](https://github.com/kahmali/meteor-restivus/blob/devel/CHANGELOG.md#change-log) [![Build Status](https://travis-ci.org/kahmali/meteor-restivus.svg)](https://travis-ci.org/kahmali/meteor-restivus)
# Restivus [v0.8.5](https://github.com/kahmali/meteor-restivus/blob/devel/CHANGELOG.md#change-log) [![Build Status](https://travis-ci.org/kahmali/meteor-restivus.svg)](https://travis-ci.org/kahmali/meteor-restivus)

#### REST APIs for the Best of Us!

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'nimble:restivus',
summary: 'Create authenticated REST APIs in Meteor 0.9+ via HTTP/HTTPS. Setup CRUD endpoints for Collections.',
version: '0.8.4',
version: '0.8.5',
git: 'https://github.com/kahmali/meteor-restivus.git'
});

Expand Down

0 comments on commit 3b17262

Please sign in to comment.