Skip to content

Commit

Permalink
Version bump to 3.5.0
Browse files Browse the repository at this point in the history
	modified:   CHANGELOG.md
	modified:   package.json
  • Loading branch information
kixxauth committed Jul 21, 2016
1 parent 57dbfcf commit 61830a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.5.0 Unstable
- Return [401 if channel/platform not active](https://github.com/oddnetworks/oddworks/pull/115)
- Properly return [405 instead of 403](https://github.com/oddnetworks/oddworks/pull/116) on bad method access.
- [Remove appending port to JSON API links](https://github.com/oddnetworks/oddworks/pull/117) in production environments.
- [JSON API compliant error objects](https://github.com/oddnetworks/oddworks/pull/120).

## 3.4.1 Unstable

- Correct JSON API error responses
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oddnetworks/oddworks",
"version": "3.4.3",
"version": "3.5.0",
"description": "An extensible media platform for OTT devices.",
"main": "./lib/oddworks.js",
"scripts": {
Expand Down

0 comments on commit 61830a2

Please sign in to comment.