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 )