Skip to content

Commit f7eb7d6

Browse files
author
tudvari
committed
Prepare release 4.1.0
1 parent a3d0739 commit f7eb7d6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
1414

1515
### Changes of the Latest Release
1616

17-
## Version 4.0.3 (18.01.2022)
18-
- Maintenance release, dependency updates
17+
## Version 4.1.0 (23.02.2022)
18+
- Extending networking schema with name property. (Thanks @shoxxdj)
19+
- Dependency updates
1920

2021
You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
2122

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## Version 4.1.0 23.03.2022)
4+
- Extending networking schema with name property. (Thanks @shoxxdj)
5+
- dependency updates
6+
37
## Version 4.0.3 (18.01.2022)
48
- Maintenance release, dependency updates
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-composer",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "NodeJS module for generating docker-compose.yml from a json document.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)