diff --git a/CHANGELOG.md b/CHANGELOG.md index e57f72e..9aae920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/aviarytech/av1-c/compare/v1.5.0...v1.6.0) (2025-01-30) + + +### Features + +* **c:** updates ([7745489](https://github.com/aviarytech/av1-c/commit/77454897b39fde1fe9f7eaf88f3f930ca88b855f)) + # [1.5.0](https://github.com/aviarytech/av1-c/compare/v1.4.0...v1.5.0) (2025-01-30) diff --git a/package.json b/package.json index 6680523..086a2ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "av1-c", - "version": "1.5.0", + "version": "1.6.0", "description": "AV1 React Component Library", "author": "@aviarytech", "license": "MIT",