Skip to content

Commit

Permalink
Merge pull request #176 from flowforge/rel-1-11-3
Browse files Browse the repository at this point in the history
Update for 1.11.3 release
  • Loading branch information
hardillb authored Sep 15, 2023
2 parents 058936d + c2a48aa commit 74b2248
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.11.3: Release

- Bump to v1.11.3 FlowForge @knolleary

#### 1.11.2: Release

- Bump to v1.11.2 FlowForge @knolleary
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.11.3
4 changes: 2 additions & 2 deletions flowforge-container/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@flowforge/flowforge-k8s",
"version": "1.11.2",
"version": "1.11.3",
"description": "FlowForge in Docker",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.11.2",
"@flowforge/flowforge": "^1.11.3",
"@flowforge/kubernetes": "^1.11.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
Expand Down
4 changes: 2 additions & 2 deletions helm/flowforge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v2"
name: "flowforge"
version: "1.11.2"
version: "1.11.3"
description: "FlowForge"
type: "application"
home: "https://flowforge.com"
Expand All @@ -16,4 +16,4 @@ dependencies:
maintainers:
- name: "FlowForge Inc"
url: "https://flowforge.com"
appVersion: "1.11.2"
appVersion: "1.11.3"

0 comments on commit 74b2248

Please sign in to comment.