Skip to content

Commit 58a18f5

Browse files
committed
Release of 1.1.0
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent e8406eb commit 58a18f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="1.0.0"
3+
VERSION="1.1.0"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
MILESTONE=
66
RPM_RELEASE="1"

ovirt-ansible-v2v-conversion-host.spec.in

+2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ sh build.sh install
3838
%license LICENSE
3939

4040
%changelog
41+
* Mon Apr 9 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.1.0-1
42+
- wrapper: added network_mappings and virtio_win keys to input data
4143
* Wed Mar 28 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.0.0-1
4244
- Initial release

0 commit comments

Comments
 (0)