diff --git a/.versioning/changes/LRSQqkg6f8.patch.md b/.versioning/changes/LRSQqkg6f8.patch.md deleted file mode 100644 index c3c6927..0000000 --- a/.versioning/changes/LRSQqkg6f8.patch.md +++ /dev/null @@ -1 +0,0 @@ -Fixes a bug that caused no valid values to be accepted for the `-V` cmdline option (#18) diff --git a/.versioning/changes/a0BeZgsmuY.patch.md b/.versioning/changes/a0BeZgsmuY.patch.md deleted file mode 100644 index 11298ea..0000000 --- a/.versioning/changes/a0BeZgsmuY.patch.md +++ /dev/null @@ -1 +0,0 @@ -Fixes build incompatibilities with ffmpeg6 - thankyou, @guihkx (#17) diff --git a/.versioning/current b/.versioning/current index ee6cdce..b616048 100644 --- a/.versioning/current +++ b/.versioning/current @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ceb20..2c61289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.2 +### PATCH Changes: +- Fixes a bug that caused no valid values to be accepted for the `-V` cmdline option (#18) +- Fixes build incompatibilities with ffmpeg6 - thankyou, @guihkx (#17) + ## 0.6.1 ### PATCH Changes: - Fixes bug where capture would fail with `ERROR: No DRM planes received` on some Wayland compositors ([#12](https://github.com/gmbeard/shadow-cast/issues/12))