From 218e186f7ef1e002dc52990f3a8c2121fdcf2d6e Mon Sep 17 00:00:00 2001 From: Eli Bishop Date: Thu, 11 Jun 2020 12:01:31 -0700 Subject: [PATCH] add changelog and release metadata --- .ldrelease/config.yml | 8 ++++++++ CHANGELOG.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 .ldrelease/config.yml create mode 100644 CHANGELOG.md diff --git a/.ldrelease/config.yml b/.ldrelease/config.yml new file mode 100644 index 0000000..0ccff99 --- /dev/null +++ b/.ldrelease/config.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9add7b1 --- /dev/null +++ b/CHANGELOG.md @@ -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).