From 9b85b7a52c0ecbf8621e22fb10c554407a1b89bd Mon Sep 17 00:00:00 2001 From: Tim Fischbach Date: Fri, 15 Jul 2016 11:47:25 +0200 Subject: [PATCH] Link to issues in readme --- CHANGELOG.md | 2 ++ README.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129adc6..3ef694d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,6 @@ None so far. ### Version 1.0.0 +2016-07-15 + Initial release. diff --git a/README.md b/README.md index dd9d1a7..a143ff3 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,8 @@ div(class: 'account_cname') do cert_watch_certificate_state(account.cname) end ``` + +## Troubleshooting + +If you run into problems or want to discuss a feature request, please +[file an issue](https://github.com/codevise/cert_watch/issues?state=open).