@@ -14,3 +14,33 @@ Example how your the webhook in Gogs should look like:
1414### About integration tests
1515
1616This project has some integration tests available. For more details see the [ dedicated readme] ( about_integration_tests.md ) .
17+
18+ ### Change Log
19+ #### Version 1.0.12 (Mar 8, 2018)
20+ - Expose REF and BEFORE payload to environment variables (GOGS_REF and GOGS_BEFORE)
21+
22+ #### Version 1.0.11 (Feb 26, 2018)
23+ - Use ` [IGNORE] ` at start of commit subject to ignore the push
24+ - Multibranch pipeline support (untested)
25+
26+ #### Version 1.0.10 (Apr 10, 2017)
27+ - Allow empty password [[ PR #19 ] ( https://github.com/jenkinsci/gogs-webhook-plugin/pull/19 )]
28+
29+ #### Version 1.0.9 (Mar 8, 2017)
30+ - Added new Gogs authentication but keeps it compatible with old version [[ PR #16 ] ( https://github.com/jenkinsci/gogs-webhook-plugin/pull/16 )]
31+ - Added folder support [[ PR #12 ] ( https://github.com/jenkinsci/gogs-webhook-plugin/pull/12 )]
32+
33+ #### Version 1.0.8 (Dec 20, 2016)
34+ - Fixes impersonation problem of v1.0.7
35+
36+ #### Version 1.0.7 (Dec 6, 2016)
37+ - Added Gogs secret per job [[ PR #3 ] ( https://github.com/jenkinsci/gogs-webhook-plugin/pull/3 )]
38+
39+ #### Version 1.0.6 (Sep 5, 2016)
40+ - Added pipeline support.
41+
42+ #### Version 1.0.4 (Jul 4, 2016)
43+ - Added CSRF protection [[ JENKINS-37149] ( https://issues.jenkins-ci.org/browse/JENKINS-37149 )]
44+
45+ #### Version 1.0 (Jul 21, 2016)
46+ - First release
0 commit comments