Skip to content

Commit 61830a2

Browse files
committed
Version bump to 3.5.0
modified: CHANGELOG.md modified: package.json
1 parent 57dbfcf commit 61830a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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

511
- Correct JSON API error responses

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oddnetworks/oddworks",
3-
"version": "3.4.3",
3+
"version": "3.5.0",
44
"description": "An extensible media platform for OTT devices.",
55
"main": "./lib/oddworks.js",
66
"scripts": {

0 commit comments

Comments
 (0)