diff --git a/docs/changelog.md b/docs/changelog.md index 6f35a55a..5c28a18a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,8 @@ ## master branch +## [n.eko v2.8.0](https://github.com/m1k1o/neko/releases/tag/v2.8.0) + ### New Features - Added AV1 tag, metadata and pipeline. Unfortunately does not work yet, since the encoding is way too slow (by @mbattista). - Added `m1k1o/neko:kde` tag as an alternative to `m1k1o/neko:xfce`. diff --git a/server/neko.go b/server/neko.go index 7301986b..30340084 100644 --- a/server/neko.go +++ b/server/neko.go @@ -39,7 +39,7 @@ var ( // Major version when you make incompatible API changes, major = "2" // Minor version when you add functionality in a backwards-compatible manner, and - minor = "7" + minor = "8" // Patch version when you make backwards-compatible bug fixes. patch = "0" )