Skip to content

Commit

Permalink
Merge branch 'hotfix/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreslow committed Nov 22, 2019
2 parents cfba9b7 + 5c3060a commit 015cf77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1] - 2019-11-22

### Changed
- Make publishSettings accessible to aggregate modules

## [4.0.0]- 2019-11-21

### Added
Expand All @@ -32,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update geotrellis-contrib [#135](https://github.com/geotrellis/geotrellis-server/pull/135)

[Unreleased]: https://github.com/geotrellis/geotrellis-server/compare/3.4.0...HEAD
[Unreleased]: https://github.com/geotrellis/geotrellis-server/compare/4.0.1...HEAD
[4.0.1]: https://github.com/geotrellis/geotrellis-server/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/geotrellis/geotrellis-server/compare/3.4.0...4.0.0
[3.4.0]: https://github.com/geotrellis/geotrellis-server/compare/3.3.8...3.4.0
[3.3.8]: https://github.com/geotrellis/geotrellis-server/compare/3.3.7...3.3.8
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ lazy val credentialSettings = Seq(
lazy val root = project.in(file("."))
.settings(moduleName := "root")
.settings(commonSettings)
.settings(publishSettings)
.settings(noPublishSettings)
.aggregate(core, example, ogc, ogcExample, opengis, stac)

Expand Down

0 comments on commit 015cf77

Please sign in to comment.