diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c935b..b512f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0] +### Removed +- Gstreamer dependencies + ## [0.4.0] ### Added - Add Crossover diff --git a/cornrowd/src/main.cpp b/cornrowd/src/main.cpp index f055c35..398f0f1 100644 --- a/cornrowd/src/main.cpp +++ b/cornrowd/src/main.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) QCoreApplication a(argc, argv); QCoreApplication::setApplicationName("cornrowd"); - QCoreApplication::setApplicationVersion("0.4.0"); + QCoreApplication::setApplicationVersion("0.5.0"); // command line options QCommandLineParser parser; diff --git a/debian/changelog b/debian/changelog index 865749c..b343805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cornrowd (0.5.0) buster; urgency=medium + + * Remove gstreamer as dependency + + -- Manuel Weichselbaumer Sun, 28 Nov 2019 22:45:00 +0100 + cornrowd (0.4.0) buster; urgency=medium * Add crossover filter.