diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc2a9d3..3719e0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-03-27 + ### Added * MPEG Encode/Decode Support. @@ -126,4 +128,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Uninitialized variable in `psf_binheader_readf`(), thanks @shao-hua-li, credit to OSS-Fuzz ([issue 25364](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25364)). -[Unreleased]: https://github.com/libsndfile/libsndfile/compare/1.0.31...HEAD +[Unreleased]: https://github.com/libsndfile/libsndfile/compare/1.1.0...HEAD +[1.1.0]: https://github.com/libsndfile/libsndfile/compare/1.0.31...1.1.0 diff --git a/README b/README index 93b4b29a..3ad4b34c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is libsndfile, 1.0.29 +This is libsndfile, 1.1.0 libsndfile is a library of C routines for reading and writing files containing sampled audio data. diff --git a/SECURITY.md b/SECURITY.md index c9e960dc..a32393d7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ------- | ------------------ | -| 1.0.x | :white_check_mark: | +| 1.1.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/docs/_config.yml b/docs/_config.yml index c9f19d76..b3b6ea99 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,6 @@ --- author: "The libsndfile team" -version: "1.0.31" +version: "1.1.0" markdown: kramdown plugins: diff --git a/docs/index.md b/docs/index.md index ee6bd07f..b6663352 100644 --- a/docs/index.md +++ b/docs/index.md @@ -142,6 +142,8 @@ Here is the release history for libsndfile: problems, delete old generated sndfile.h from $(top_builddir)/src. * Version 1.0.31 (January 24 2021) Bugfix release. Fix multiple memory leaks reported by OSS-Fuzz. More SSE2-optimized functions for x86 and amd64. +* Version 1.1.0 (March 27 2022) Minor release, backward compatible with previous + releases. Added long-awaited MP3 support. Numerous improvements and bugfixes. ## Similar or Related Projects diff --git a/vcpkg.json b/vcpkg.json index d6356ef0..a37a18b4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "libsndfile", "description": "A library for reading and writing audio files", - "version-semver": "1.1.0-beta.2", + "version-semver": "1.1.0", "default-features": [ "external-libs", "mpeg"