diff --git a/build.sh b/build.sh
index cc5f98f..7733304 100755
--- a/build.sh
+++ b/build.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 VERSION="1.1.8"
-MILESTONE=master
-RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
+MILESTONE=
+RPM_RELEASE="1"
 
 ROLE_NAME="oVirt.infra"
 PACKAGE_NAME="ovirt-ansible-infra"
diff --git a/ovirt-ansible-infra.spec.in b/ovirt-ansible-infra.spec.in
index 92d9de0..6403ee6 100644
--- a/ovirt-ansible-infra.spec.in
+++ b/ovirt-ansible-infra.spec.in
@@ -49,6 +49,11 @@ sh build.sh install
 %license LICENSE
 
 %changelog
+* Tue Sep 18 2018 Ondra Machacek <omachace@redhat.com> - 1.1.8-1
+- Support using engine_fqdn instead of url.
+- Check for empty ovirt_auth dict.
+- Support AWX credentials. gh#38
+
 * Wed Jul 10 2018 Ondra Machacek <omachace@redhat.com> - 1.1.7-1
 - Don't return ID as list rhbz#1599055.