Skip to content

Commit d0c4213

Browse files
committed
📦 3.4.0
📦 3.4.0
1 parent 1e5e6e7 commit d0c4213

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [3.4.0] - 07-07-2022
66
### Added
77
* Support for geohex_aggregation on Elastic Clusters with a hex aggregation license
88

@@ -113,6 +113,7 @@ capability they wish.
113113
### Changed
114114
* Updated to follow the standard Koop Framework. The wrapper project will be maintained elsewhere.
115115

116+
[3.4.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.5...v3.4.0
116117
[3.3.5]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.4...v3.3.5
117118
[3.3.4]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.3...v3.3.4
118119
[3.3.3]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.2...v3.3.3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koopjs/provider-elasticsearch",
3-
"version": "3.3.5",
3+
"version": "3.4.0",
44
"description": "Elastic Search Provider for Koop",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)