From 585d2cb832f4e8d35a4a13c322616f5f1001eb07 Mon Sep 17 00:00:00 2001
From: Eric Putnam <putnam.eric@gmail.com>
Date: Tue, 16 May 2017 14:02:47 -0700
Subject: [PATCH] (MODULES-4891) release prep for 1.9.0

---
 CHANGELOG.md  | 14 ++++++++++++++
 metadata.json |  6 ++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17057bc..b6735a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## Supported Release 1.8.3
+### Summary
+This release includes several bugfixes and NFLOG support.
+
+#### Added
+- Support for NFLOG including the `NFLOG` jump target and four commandline options ([FM-4896](https://tickets.puppetlabs.com/browse/FM-4896))
+- Support for the geoip module ([MODULES-4279](https://tickets.puppetlabs.com/browse/MODULES-4279))
+- Management of the ebtables package
+
+#### Fixed
+- iptables parser fails with "Invalid address from IPAddr.new: -m" ([MODULES-4234](https://tickets.puppetlabs.com/browse/MODULES-4234))
+- selinux context for iptables configuration
+- Replace Puppet.version.to_f with Puppet::Util::Package.versioncmp ( [MODULES-4528](https://tickets.puppetlabs.com/browse/MODULES-4528))
+
 ## Supported Release 1.8.2
 ### Summary
 This release includes numerous features and bugfixes, See below.
diff --git a/metadata.json b/metadata.json
index fbc54cb..c9f10cc 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "1.8.2",
+  "version": "1.8.3",
   "author": "Puppet Labs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",
@@ -57,10 +57,8 @@
     {
       "operatingsystem": "Ubuntu",
       "operatingsystemrelease": [
-        "10.04",
-        "12.04",
         "14.04",
-        "16.04"	
+        "16.04"
       ]
     },
     {
-- 
2.45.2