diff --git a/CHANGELOG.md b/CHANGELOG.md index aed7205..c180890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.1.2 - 2022-07-27 + +### Fixed + + - Suppress a compilation warning for an unused variable in `smolrtsp_vheader`. + - Overflow while computing an RTP timestamp. + ## 0.1.1 - 2022-03-31 ### Fixed diff --git a/Doxyfile b/Doxyfile index c1ebdfb..a38dbc9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SmolRTSP" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.1.1 +PROJECT_NUMBER = 0.1.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a