Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindsv committed Jan 15, 2019
1 parent da2c862 commit 1cb45c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.3

- [#34](https://github.com/gocd/gocd-filebased-authentication-plugin/pull/34) - Cleaner logs by default + Update dependencies for Java 9 and beyond

- Logs won't show stack traces by default for a failed authentication. Can turn on DEBUG logging to see stack traces.

## 1.0.2

### Bug fix
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def releaseRevision = { ->
return hashStdOut.size().toString()
}

def PLUGIN_VERSION = '1.0.2'
def PLUGIN_VERSION = '1.0.3'
def DIST_VERSION = releaseRevision()
def GIT_REVISION = gitRevision()

Expand All @@ -48,7 +48,7 @@ allprojects {
project.ext.pluginDesc = [
id : 'cd.go.authentication.passwordfile',
version : project.fullVersion,
goCdVersion: '17.5.0',
goCdVersion: '18.1.0',
name : 'Password File Authentication Plugin for GoCD',
description: 'GoCD Authorization plugin for file based password authentication',
vendorName : 'GoCD Contributors',
Expand Down

0 comments on commit 1cb45c5

Please sign in to comment.