From 5e4e30ce0efc9c2e0a05a17f236aac1464e00290 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 30 Jan 2019 10:32:22 -0800 Subject: [PATCH] version bump --- CHANGELOG.rst | 6 ++++++ lib/fpm/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6bde935f3b..49ada71783 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Release Notes and Change Log ============================ +1.11.0 (January 30, 2019) +^^^^^^^^^^^^^^^^^^^^^^^^^ + +* snap: Snap packages can now be created! (`#1490`_; kyrofa) +* Fix an installation problem where a dependency (childprocess) fails to install correctly. (#1592; Jordan Sissel) + 1.10.2 (July 3, 2018) ^^^^^^^^^^^^^^^^^^^^^ diff --git a/lib/fpm/version.rb b/lib/fpm/version.rb index 292a47ea1d..2e984aa938 100644 --- a/lib/fpm/version.rb +++ b/lib/fpm/version.rb @@ -1,3 +1,3 @@ module FPM - VERSION = "1.10.2" + VERSION = "1.11.0" end