diff --git a/CHANGELOG.md b/CHANGELOG.md index bf36d0c..1d4501e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All noteworthy changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/pseudomuto/protokit/compare/v0.1.0-pre2...master) +## [Unreleased](https://github.com/pseudomuto/protokit/compare/v0.1.0-pre3...master) + +## [0.1.0-pre3](https://github.com/pseudomuto/protokit/compare/v0.1.0-pre2...v0.1.0-pre3) ### Added diff --git a/version.go b/version.go index 65df764..54e578e 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package protokit // Version describes the current version of protokit being used -const Version = "0.1.0-pre2" +const Version = "0.1.0-pre3"