Bump version, add to changelog

pull/7/head v1.0.11
Anton Smirnov 5 years ago
parent 8bbd056871
commit 1dd09cddd1

@ -1,5 +1,11 @@
# Changelog
## v1.0.11
* Introduce long function names
* Fix dummy building on FreeBSD [[#4]](https://github.com/sandfoxme/journald-native/issues/4)
* Fix print() dummy call crash on FreeBSD
## v1.0.10
* Make require calls rpm-friendly [[#3]](https://github.com/sandfoxme/journald-native/pull/3)

@ -1,5 +1,5 @@
module Journald
module Native
VERSION = '1.0.10'
VERSION = '1.0.11'
end
end

Loading…
Cancel
Save