Skip to content

Commit 7f8d8ef

Browse files
committed
Bump version to 1.1.2 and update NEWS
1 parent afba749 commit 7f8d8ef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in 1.1.2
2+
================
3+
4+
* New secret-opts feature lets you pass e.g. CI secrets into the build.
5+
* Support content-encoding when downloading.
6+
* New inline data source allowing easy creation of files from embedded content from
7+
the manifest.
8+
19
Changes in 1.1.1
210
================
311

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22

33
m4_define([flatpak_builder_major_version], [1])
44
m4_define([flatpak_builder_minor_version], [1])
5-
m4_define([flatpak_builder_micro_version], [1])
5+
m4_define([flatpak_builder_micro_version], [2])
66
m4_define([flatpak_builder_version],
77
[flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version])
88

0 commit comments

Comments
 (0)