Skip to content

Commit

Permalink
version bump to 3.9.0
Browse files Browse the repository at this point in the history
	modified:   CHANGELOG.md
	modified:   package.json
  • Loading branch information
kixxauth committed Aug 21, 2016
1 parent d6163f5 commit d4ed315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.9.0 Breaking
- response-send middleware will now need to be included when setting up Express.js routes. The response-json-api middleware no longer calls `res.send(res.body)`.
- Fixes catalog [spec controller routing](https://github.com/oddnetworks/oddworks/commit/8cfb1bbd9ee7124fd0d60e3281e4674a8bd94ecc).

## 3.8.0 Unstable
- Hide `channel.secrets` from /config response

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.0",
"version": "3.9.0",
"description": "An extensible media platform for OTT devices.",
"main": "./lib/oddworks.js",
"scripts": {
Expand Down

0 comments on commit d4ed315

Please sign in to comment.