From 7252b5f6c26624659e36083e5c49c0daf2d9ef1c Mon Sep 17 00:00:00 2001 From: Andreas Misje Date: Thu, 9 May 2019 17:29:45 +0200 Subject: [PATCH] Bump version to 0.5.2 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12e92c..fedb047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + +## 0.5.2 - 2019-05-09 ### Added - Add example output "screenshot" to README. diff --git a/CMakeLists.txt b/CMakeLists.txt index dba14ce..4770252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() project( ${PROJECT} - VERSION 0.5.1 + VERSION 0.5.2 DESCRIPTION "DHCP option injector" LANGUAGES C )