diff --git a/changelog.md b/changelog.md index 04647e4..2ed2a45 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ # webfuse-provider changelog +## 0.3.0 _(unknown)_ + ## 0.2.0 _(Sun Jul 12 2020)_ * *Chore*: removed dependency to jansson (use own json implementation due to performace issues) diff --git a/meson.build b/meson.build index f0c0313..56370d7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('webfuse-provider', 'c', 'cpp', version: '0.4.0', license: 'LGPL-3.0+') +project('webfuse-provider', 'c', 'cpp', version: '0.3.0', license: 'LGPL-3.0+') without_tests = get_option('without_tests') without_examples = get_option('without_examples')