diff --git a/Changelog.md b/Changelog.md index be39cc1a1..e1c32e33d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.3 / 2014-03-23 + +* Restore proper handling of enums in callback arguments +* Simplify Rake configuration +* Various small fixes +* Remove remaining Ruby 1.8 version checks + ## 0.7.2 / 2014-01-18 * Officially drop Ruby 1.8 compatibility. diff --git a/lib/gir_ffi/version.rb b/lib/gir_ffi/version.rb index 03db62561..4b27536f7 100644 --- a/lib/gir_ffi/version.rb +++ b/lib/gir_ffi/version.rb @@ -1,3 +1,3 @@ module GirFFI - VERSION = "0.7.2" + VERSION = "0.7.3" end