Skip to content

Commit 1080148

Browse files
Merge pull request #51 from BorderTech/release-1.0.8
Release 1.0.8
2 parents 30fd1b4 + 04a9bee commit 1080148

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change log
22

33
## Release in-progress
4+
5+
## 1.0.8
6+
7+
### Enhancements
48
* Switch from travis-ci to GitHub Actions #46
59
* Latest qa-parent and project dependencies
610
* Restore ability for profile suffix key to refer to other property #49

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add dependency:
3636
<dependency>
3737
<groupId>com.github.bordertech.config</groupId>
3838
<artifactId>config</artifactId>
39-
<version>1.0.7</version>
39+
<version>1.0.8</version>
4040
</dependency>
4141
....
4242
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.bordertech.config</groupId>
66
<name>config</name>
77
<artifactId>config</artifactId>
8-
<version>1.0.8-SNAPSHOT</version>
8+
<version>1.0.9-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>

0 commit comments

Comments
 (0)