Skip to content

Commit

Permalink
chore: bump version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Aug 31, 2023
1 parent d495498 commit e5c7b95
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven Central dependency
<dependency>
<groupId>com.github.org-arl</groupId>
<artifactId>fjage</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>

Contributing
Expand Down
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v1.12.0

* Allow named params to match with param enums in get()
* Allow adding of contexts which accept file uploads
* Enable caching of uploaded files
* Minor documentation fixes

## v1.11.0

* Expose shellready variable in Javascript gateway
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
2 changes: 1 addition & 1 deletion src/sphinx/fjage_quickstart.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# fjage version
VERSION=1.11.0
VERSION=1.12.0

# create the folder structure
mkdir -p build/libs etc logs samples
Expand Down

0 comments on commit e5c7b95

Please sign in to comment.