Skip to content

Commit 1456807

Browse files
committed
Project version update 4.2.0
1 parent 8383f52 commit 1456807

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ https://gist.github.com/pascalandy/af709db02d3fe132a3e6f1c11b934fe4
1919

2020
# Releases
2121

22+
## 4.1.0 (2021-06-11)
23+
### ⚡️ Updates
24+
- [8383f52](https://github.com/pascalandy/docker-stack-this/commit/8383f52) update to traefik:1.7.30-alpine
25+
26+
### 🔍 Compare
27+
- ... with previous release: [4.1.0 <> 4.1.0](https://github.com/pascalandy/docker-stack-this/compare/4.1.0...4.1.0)
28+
2229
## 4.1.0 (2021-04-04)
2330
### ⚡️ Updates
2431
- [065c03e](https://github.com/pascalandy/docker-stack-this/commit/065c03e) Update docker-stack-this to version 4.1.0 /Dockerfile
@@ -119,6 +126,13 @@ b21424e Init / env-template
119126

120127
# Releases
121128

129+
## 4.1.0 (2021-06-11)
130+
### ⚡️ Updates
131+
- [8383f52](https://github.com/pascalandy/docker-stack-this/commit/8383f52) update to traefik:1.7.30-alpine
132+
133+
### 🔍 Compare
134+
- ... with previous release: [4.1.0 <> 4.1.0](https://github.com/pascalandy/docker-stack-this/compare/4.1.0...4.1.0)
135+
122136
## 4.1.0 (2021-04-04)
123137
### ⚡️ Updates
124138
- [065c03e](https://github.com/pascalandy/docker-stack-this/commit/065c03e) Update docker-stack-this to version 4.1.0 /Dockerfile

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
###################################
55

66
ARG APP_NAME="docker-stack-this"
7-
ARG VERSION="4.1.0"
8-
ARG RELEASE="4.1.0"
7+
ARG VERSION="4.2.0"
8+
ARG RELEASE="4.2.0"
99
ARG GITHUB_USER="pascalandy"
1010

1111
###################################

0 commit comments

Comments
 (0)