diff --git a/Changelog b/Changelog index 88607b2..7a95dc3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2015-09-14 version 0.2.7 + +- FIX: ocat -v correctly displays configured JSON_INDENT +- FIX: spec file now builds packages on OBS 2015-09-14 version 0.2.6 diff --git a/etc/rhel/ot-recorder.spec b/etc/rhel/ot-recorder.spec index 61f3c3f..9bc0a5b 100644 --- a/etc/rhel/ot-recorder.spec +++ b/etc/rhel/ot-recorder.spec @@ -1,4 +1,4 @@ -%define version 0.2.6 +%define version 0.2.7 Name: ot-recorder Version: %{version} diff --git a/version.h b/version.h index 7421014..fb89fca 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.6" +#define VERSION "0.2.7"