diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b519f..6bb1242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 1.3.2 2017-01-03 + +- Fix stock lilypond includes, include search path (#44, #43). +- Remove rugged dependency from traveling ruby release. +- Fix install script to work with wget (#41). + # Version 1.3.1 2016-12-26 - Add `lyp benchmark` command (#17). diff --git a/lib/lyp/version.rb b/lib/lyp/version.rb index e284b7c..dc72272 100644 --- a/lib/lyp/version.rb +++ b/lib/lyp/version.rb @@ -1,3 +1,3 @@ module Lyp - VERSION = "1.3.1" + VERSION = "1.3.2" end