Skip to content

Commit c46065b

Browse files
committed
fix release numbers and changelog; release 0.4.3
1 parent 6c58422 commit c46065b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
### 0.4.4 (2019-Aug-21)
2-
3-
### 0.4.2 - (2019-Aug)
1+
### 0.4.3 (2019-Aug-22)
42

53
* updated README documenting `allow_only_on_success` attribute in approval
64

5+
### 0.4.2 (2019-Aug-21)
6+
7+
Release deleted.
8+
79
### 0.4.1 (2019-Aug-06)
810
Fixup to endpoint that lists config files
911

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'cd.go.plugin.config.json'
10-
version "0.4.4"
10+
version "0.4.3"
1111

1212
apply plugin: 'java'
1313

0 commit comments

Comments
 (0)