Skip to content

Commit b342803

Browse files
author
emiguez
committed
update the version to -pre, enhanced changelog
1 parent 5addd95 commit b342803

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this
4+
file. This file is structured according to http://keepachangelog.com/
5+
6+
- - -
7+
8+
## [1.4.1-pre][unreleased]
9+
10+
### Changed
11+
- restored default healthcheck for authenticated users &&
12+
- unauthenticated healthcheck for `/` returns `"{\"OK\":{}}"`
13+
- thanks @feaster83
14+
15+
## [1.4.0]
16+
## [1.0.3]
17+
18+
### - Added
19+
- Changelog
20+
- Disable Authentication for `/`, allowing it to be used for healtchecks.
21+
- thanks @archiloque

CHANGES

Lines changed: 0 additions & 5 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.asquera.elasticsearch</groupId>
66
<artifactId>elasticsearch-http-basic</artifactId>
7-
<version>1.4.0</version>
7+
<version>1.4.1-pre</version>
88
<packaging>jar</packaging>
99

1010
<name>Basic Authentication Plugin</name>

0 commit comments

Comments
 (0)