Skip to content

Commit 1350084

Browse files
committed
Update CHANGELOG.md
1 parent 2221703 commit 1350084

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,103 @@
11
# Changelog
22

3+
## 0.6.0 (11/03/2017)
4+
5+
- [**enhancement**] Unwrap github-api promises [#32](https://github.com/github-tools/github-release-notes/issues/32)
6+
- [**bug**] Remove escaping character on regex [#29](https://github.com/github-tools/github-release-notes/issues/29)
7+
- [**enhancement**] Use external config file [#26](https://github.com/github-tools/github-release-notes/issues/26)
8+
- [**bug**] The changelog action doesn't compile latest release [#24](https://github.com/github-tools/github-release-notes/issues/24)
9+
- [**enhancement**] Introduce templates for the issues [#23](https://github.com/github-tools/github-release-notes/issues/23)
10+
- [**enhancement**] Add an "ignore label" flag [#19](https://github.com/github-tools/github-release-notes/issues/19)
11+
- [**enhancement**] Add the chance to rebuild the history of release notes [#12](https://github.com/github-tools/github-release-notes/issues/12)
12+
13+
14+
---
15+
16+
## 0.5.0 (26/09/2016)
17+
18+
- [**enhancement**] Specify which tag to build [#20](https://github.com/github-tools/github-release-notes/issues/20)
19+
- [**enhancement**] Create global version of the module [#18](https://github.com/github-tools/github-release-notes/issues/18)
20+
- [**enhancement**] Update the documentation [#16](https://github.com/github-tools/github-release-notes/issues/16)
21+
- [**bug**] Manage the scenario where there is only one tag [#15](https://github.com/github-tools/github-release-notes/issues/15)
22+
- [**enhancement**] Add the chance to override the latest release body [#14](https://github.com/github-tools/github-release-notes/issues/14)
23+
- [**enhancement**] Check the network [#13](https://github.com/github-tools/github-release-notes/issues/13)
24+
- [**enhancement**] Add tests [#11](https://github.com/github-tools/github-release-notes/issues/11)
25+
- [**enhancement**] Use the issues as data source [#10](https://github.com/github-tools/github-release-notes/issues/10)
26+
- [**enhancement**] Get the information from the local git config [#9](https://github.com/github-tools/github-release-notes/issues/9)
27+
- [**enhancement**] Add the possibility to create a CHANGELOG file [#7](https://github.com/github-tools/github-release-notes/issues/7)
28+
29+
30+
---
31+
32+
## 0.4.0 (03/03/2016)
33+
34+
- [**enhancement**] Include various types of commit messages [#5](https://github.com/github-tools/github-release-notes/issues/5)
35+
36+
37+
---
38+
39+
## 0.3.3 (26/01/2016)
40+
41+
*No changelog for this release.*
42+
43+
44+
45+
---
46+
47+
## 0.3.2 (07/12/2015)
48+
49+
*No changelog for this release.*
50+
51+
52+
53+
---
54+
55+
## 0.3.1 (07/12/2015)
56+
57+
*No changelog for this release.*
58+
59+
60+
61+
---
62+
63+
## 0.3.0 (19/11/2015)
64+
65+
*No changelog for this release.*
66+
67+
68+
69+
---
70+
71+
## 0.2.2 (18/11/2015)
72+
73+
*No changelog for this release.*
74+
75+
76+
77+
---
78+
79+
## 0.2.1 (18/11/2015)
80+
81+
*No changelog for this release.*
82+
83+
84+
85+
---
86+
87+
## 0.2.0 (15/11/2015)
88+
89+
- [**enhancement**] Cleanse option [#3](https://github.com/github-tools/github-release-notes/issues/3)
90+
91+
92+
---
93+
94+
## v0.1.0 (12/11/2015)
95+
96+
_No changelog for this release._
97+
98+
99+
---
100+
3101
## v0.5.0 (26/09/2016)
4102

5103
- [**enhancement**] Specify which tag to build [#20](https://github.com/github-tools/github-release-notes/issues/20)

0 commit comments

Comments
 (0)