add changelog and release metadata
This commit is contained in:
8
.ldrelease/config.yml
Normal file
8
.ldrelease/config.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
template:
|
||||||
|
name: go
|
||||||
|
env:
|
||||||
|
LD_RELEASE_GO_IMPORT_PATH: github.com/launchdarkly/go-ntlm-proxy-auth
|
||||||
|
|
||||||
|
publications:
|
||||||
|
- url: https://godoc.org/github.com/launchdarkly/go-ntlm-proxy-auth
|
||||||
|
description: documentation
|
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Change log
|
||||||
|
|
||||||
|
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
|
||||||
|
|
||||||
|
## [1.0.0] - 2019-07-16
|
||||||
|
Initial release of this fork. The only change from the upstream code is that its dependency on `github.com/Azure/go-ntlmssp` has been replaced with `github.com/launchdarkly/go-ntlmssp`(https://github.com/launchdarkly/go-ntlmssp).
|
Reference in New Issue
Block a user