Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Mar 28, 2023
1 parent 4645d52 commit 8fae894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"Elasticsearch for the Coldbox Framework",
"author":"Ortus Solutions <[email protected]",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbelasticsearch/@build.version@/[email protected]@[email protected]@.zip",
"version":"3.0.1",
"version":"3.0.2",
"slug":"cbelasticsearch",
"type":"modules",
"homepage":"https://cbelasticsearch.ortusbooks.com",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----
# [3.0.2] - 03-28-2023
### Added
* Added a convenience method in the Util to process incorrectly formatted (HTML) exception messages
* Added a `refreshIndex` method to the client to perform full refreshes of index data
* Added `formatToPainless` utility script in the Util component to remove whitespace from painless scripts
* Added `getIndexStats` method to client for more informational stats on indexes
# [3.0.1] - 03-12-2023
### Fixed
* Fixed an error in LogstashAppender when attempting to migrate indices to from v2
Expand Down

0 comments on commit 8fae894

Please sign in to comment.