Skip to content

Commit bed7740

Browse files
SimplyEmail 1.4.9 Release
1 parent 9a75d0e commit bed7740

File tree

3 files changed

+147
-1
lines changed

3 files changed

+147
-1
lines changed

.release.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ git pull
1313
docker run --rm -v "$PWD":/app treeder/bump patch
1414
VERSION=`cat VERSION`
1515
echo "version: $VERSION"
16+
1617

1718
# TAF, PULL, MERGE DEV
1819
git checkout -b "Version-$VERSION"
@@ -43,3 +44,10 @@ docker push $USERNAME/$IMAGE:latest
4344
echo "Docker image pushed: $USERNAME/$IMAGE:latest"
4445
docker push $USERNAME/$IMAGE:$VERSION
4546
echo "Docker image pushed: $USERNAME/$IMAGE:$VERSION"
47+
48+
# GENERATE CHANGELOG FOR TAG AND PUSH
49+
github_changelog_generator
50+
git add --all
51+
git commit -m "Update CHANGLOG.md from version bump"
52+
git push
53+

CHANGELOG.md

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
# Change Log
2+
3+
## [Version-1.4.8](https://github.com/SimplySecurity/SimplyEmail/tree/Version-1.4.8) (2017-12-22)
4+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/Version-1.4.7...Version-1.4.8)
5+
6+
## [Version-1.4.7](https://github.com/SimplySecurity/SimplyEmail/tree/Version-1.4.7) (2017-12-21)
7+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/Version-1.4.6...Version-1.4.7)
8+
9+
## [Version-1.4.6](https://github.com/SimplySecurity/SimplyEmail/tree/Version-1.4.6) (2017-12-21)
10+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/Version-1.4.5...Version-1.4.6)
11+
12+
## [Version-1.4.5](https://github.com/SimplySecurity/SimplyEmail/tree/Version-1.4.5) (2017-12-21)
13+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/V1.4.1...Version-1.4.5)
14+
15+
**Implemented enhancements:**
16+
17+
- Module sort [\#17](https://github.com/SimplySecurity/SimplyEmail/issues/17)
18+
19+
**Fixed bugs:**
20+
21+
- AttributeError: 'module' object has no attribute '\_base' [\#29](https://github.com/SimplySecurity/SimplyEmail/issues/29)
22+
- Installation script brakes Kali [\#24](https://github.com/SimplySecurity/SimplyEmail/issues/24)
23+
- Execution Error [\#14](https://github.com/SimplySecurity/SimplyEmail/issues/14)
24+
25+
**Closed issues:**
26+
27+
- Magic not working on KALI latest [\#35](https://github.com/SimplySecurity/SimplyEmail/issues/35)
28+
- canar.io [\#31](https://github.com/SimplySecurity/SimplyEmail/issues/31)
29+
- Easier automation [\#15](https://github.com/SimplySecurity/SimplyEmail/issues/15)
30+
31+
**Merged pull requests:**
32+
33+
- test [\#43](https://github.com/SimplySecurity/SimplyEmail/pull/43) ([killswitch-GUI](https://github.com/killswitch-GUI))
34+
- Requirements file has double requirements [\#42](https://github.com/SimplySecurity/SimplyEmail/pull/42) ([Pysint](https://github.com/Pysint))
35+
- Create CODE\_OF\_CONDUCT.md [\#39](https://github.com/SimplySecurity/SimplyEmail/pull/39) ([killswitch-GUI](https://github.com/killswitch-GUI))
36+
- Create LICENSE [\#38](https://github.com/SimplySecurity/SimplyEmail/pull/38) ([killswitch-GUI](https://github.com/killswitch-GUI))
37+
- Update requirments.txt [\#37](https://github.com/SimplySecurity/SimplyEmail/pull/37) ([killswitch-GUI](https://github.com/killswitch-GUI))
38+
- Dev [\#36](https://github.com/SimplySecurity/SimplyEmail/pull/36) ([killswitch-GUI](https://github.com/killswitch-GUI))
39+
- Add `--upgrade` flag [\#30](https://github.com/SimplySecurity/SimplyEmail/pull/30) ([bcoles](https://github.com/bcoles))
40+
- OS system check for Setup.sh [\#27](https://github.com/SimplySecurity/SimplyEmail/pull/27) ([y4utj4](https://github.com/y4utj4))
41+
- Fix wrong bracket [\#26](https://github.com/SimplySecurity/SimplyEmail/pull/26) ([DPeltier](https://github.com/DPeltier))
42+
- Fix wget errors [\#25](https://github.com/SimplySecurity/SimplyEmail/pull/25) ([DPeltier](https://github.com/DPeltier))
43+
- Fixed chmod trying to mod file at wrong location [\#23](https://github.com/SimplySecurity/SimplyEmail/pull/23) ([ChrisTruncer](https://github.com/ChrisTruncer))
44+
- Dev sleep/jitter [\#22](https://github.com/SimplySecurity/SimplyEmail/pull/22) ([killswitch-GUI](https://github.com/killswitch-GUI))
45+
- Dev json [\#20](https://github.com/SimplySecurity/SimplyEmail/pull/20) ([killswitch-GUI](https://github.com/killswitch-GUI))
46+
- Add ordered list [\#19](https://github.com/SimplySecurity/SimplyEmail/pull/19) ([killswitch-GUI](https://github.com/killswitch-GUI))
47+
48+
## [V1.4.1](https://github.com/SimplySecurity/SimplyEmail/tree/V1.4.1) (2016-06-20)
49+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/v1.3...V1.4.1)
50+
51+
**Implemented enhancements:**
52+
53+
- Please use the API [\#9](https://github.com/SimplySecurity/SimplyEmail/issues/9)
54+
- A bunch of spellcheck/pep8 stuff, and some small improvements [\#13](https://github.com/SimplySecurity/SimplyEmail/pull/13) ([rvazarkar](https://github.com/rvazarkar))
55+
56+
**Fixed bugs:**
57+
58+
- Error in File Location: [\#16](https://github.com/SimplySecurity/SimplyEmail/issues/16)
59+
- Error, Kali 2016 Rolling Release [\#11](https://github.com/SimplySecurity/SimplyEmail/issues/11)
60+
- Please use the API [\#9](https://github.com/SimplySecurity/SimplyEmail/issues/9)
61+
62+
**Merged pull requests:**
63+
64+
- Dev domain [\#18](https://github.com/SimplySecurity/SimplyEmail/pull/18) ([killswitch-GUI](https://github.com/killswitch-GUI))
65+
- Version 1.4 [\#12](https://github.com/SimplySecurity/SimplyEmail/pull/12) ([killswitch-GUI](https://github.com/killswitch-GUI))
66+
67+
## [v1.3](https://github.com/SimplySecurity/SimplyEmail/tree/v1.3) (2016-04-10)
68+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/1.2...v1.3)
69+
70+
## [1.2](https://github.com/SimplySecurity/SimplyEmail/tree/1.2) (2016-02-20)
71+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/1.0...1.2)
72+
73+
## [1.0](https://github.com/SimplySecurity/SimplyEmail/tree/1.0) (2016-02-06)
74+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/v0.9...1.0)
75+
76+
**Implemented enhancements:**
77+
78+
- fixing some errors and Add Exalead Searches [\#8](https://github.com/SimplySecurity/SimplyEmail/pull/8) ([th3gundy](https://github.com/th3gundy))
79+
80+
## [v0.9](https://github.com/SimplySecurity/SimplyEmail/tree/v0.9) (2016-02-01)
81+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.8...v0.9)
82+
83+
**Implemented enhancements:**
84+
85+
- Some fixing and add PasteBinSearch [\#7](https://github.com/SimplySecurity/SimplyEmail/pull/7) ([th3gundy](https://github.com/th3gundy))
86+
87+
## [0.8](https://github.com/SimplySecurity/SimplyEmail/tree/0.8) (2016-01-14)
88+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/v0.7...0.8)
89+
90+
## [v0.7](https://github.com/SimplySecurity/SimplyEmail/tree/v0.7) (2015-12-22)
91+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.6...v0.7)
92+
93+
## [0.6](https://github.com/SimplySecurity/SimplyEmail/tree/0.6) (2015-12-07)
94+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.5...0.6)
95+
96+
## [0.5](https://github.com/SimplySecurity/SimplyEmail/tree/0.5) (2015-11-21)
97+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.4...0.5)
98+
99+
**Merged pull requests:**
100+
101+
- Fixed a couple of typos. [\#6](https://github.com/SimplySecurity/SimplyEmail/pull/6) ([marios-zindilis](https://github.com/marios-zindilis))
102+
103+
## [0.4](https://github.com/SimplySecurity/SimplyEmail/tree/0.4) (2015-11-11)
104+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.3...0.4)
105+
106+
**Merged pull requests:**
107+
108+
- Merge v0.4 [\#5](https://github.com/SimplySecurity/SimplyEmail/pull/5) ([killswitch-GUI](https://github.com/killswitch-GUI))
109+
- Update Setup.sh [\#4](https://github.com/SimplySecurity/SimplyEmail/pull/4) ([trustedsec](https://github.com/trustedsec))
110+
111+
## [0.3](https://github.com/SimplySecurity/SimplyEmail/tree/0.3) (2015-11-10)
112+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.2...0.3)
113+
114+
**Merged pull requests:**
115+
116+
- Version 0.3 [\#3](https://github.com/SimplySecurity/SimplyEmail/pull/3) ([killswitch-GUI](https://github.com/killswitch-GUI))
117+
118+
## [0.2](https://github.com/SimplySecurity/SimplyEmail/tree/0.2) (2015-11-10)
119+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.0...0.2)
120+
121+
**Merged pull requests:**
122+
123+
- Version 0.2 Merge [\#2](https://github.com/SimplySecurity/SimplyEmail/pull/2) ([killswitch-GUI](https://github.com/killswitch-GUI))
124+
125+
## [0.0](https://github.com/SimplySecurity/SimplyEmail/tree/0.0) (2015-11-09)
126+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/v0.1...0.0)
127+
128+
## [v0.1](https://github.com/SimplySecurity/SimplyEmail/tree/v0.1) (2015-11-09)
129+
[Full Changelog](https://github.com/SimplySecurity/SimplyEmail/compare/0.1...v0.1)
130+
131+
**Implemented enhancements:**
132+
133+
- Fix bootstrap domain-emails columns [\#1](https://github.com/SimplySecurity/SimplyEmail/pull/1) ([th3gundy](https://github.com/th3gundy))
134+
135+
## [0.1](https://github.com/SimplySecurity/SimplyEmail/tree/0.1) (2015-10-30)
136+
137+
138+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.8
1+
1.4.9

0 commit comments

Comments
 (0)