Skip to content

Commit 218e186

Browse files
committed
add changelog and release metadata
1 parent fdce795 commit 218e186

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.ldrelease/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
template:
2+
name: go
3+
env:
4+
LD_RELEASE_GO_IMPORT_PATH: github.com/launchdarkly/go-ntlm-proxy-auth
5+
6+
publications:
7+
- url: https://godoc.org/github.com/launchdarkly/go-ntlm-proxy-auth
8+
description: documentation

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Change log
2+
3+
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [1.0.0] - 2019-07-16
6+
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).

0 commit comments

Comments
 (0)