diff --git a/NEWS.md b/NEWS.md index 6601a03..5529c4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,17 +6,13 @@ 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). -## [Unreleased] +## [1.0.1] - 2023-09-07 ### Added - Check software version at startup [#30](https://github.com/orontee/argos/issues/30) -### Changed - -### Removed - ## [1.0.0] - 2023-09-06 ### Added @@ -50,4 +46,3 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [#3](https://github.com/orontee/argos/issues/3) - Weather icons [#1](https://github.com/orontee/argos/issues/1) - diff --git a/meson.build b/meson.build index 499c357..5aa838f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.1.0', + version: '1.0.1', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',