Skip to content

Commit

Permalink
Merge tag '5.4.0' into develop
Browse files Browse the repository at this point in the history
5.4.0
  • Loading branch information
rajadain committed Dec 5, 2023
2 parents 9ca4c81 + 99db59d commit cb54f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.4.0

- Add printing environment variables on startup to better observe the runtime
configuration of the service.

## 5.3.0

- Add RasterGroupedCountMany operation that can take a list of input polygons
Expand Down
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Geoprocessing extends Build {
super.settings ++
Seq(
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
version := "5.3.0",
version := "5.4.0",
scalaVersion := Version.scala,
organization := "org.wikiwatershed.mmw.geoprocessing",
name := "mmw-geoprocessing",
Expand Down

0 comments on commit cb54f3c

Please sign in to comment.