We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d62bf commit f2a4117Copy full SHA for f2a4117
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Change Log
2
3
-## v1.2.0 (IN PROGRESS)
+## v1.2.0 (2021-08-18)
4
5
### Features / Enhancements
6
7
- Moving to Edge docker build (#7)
8
-- Add Gears Python plugin to Docker image
+- Add Gears Python plugin to Docker image (#8)
9
10
## v1.1.0 (2021-06-09)
11
package.json
@@ -8,5 +8,5 @@
"start": "docker-compose pull && docker-compose up",
"stop": "docker-compose down"
},
- "version": "1.1.0"
+ "version": "1.2.0"
12
}
0 commit comments