Skip to content

Commit 0577fc9

Browse files
committed
[Librarian] Version Bump
1 parent 5f5c792 commit 0577fc9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
[2020-01-24] Version 0.4.0
5+
--------------------------
6+
**Library - Docs**
7+
- [PR #102](https://github.com/sendgrid/smtpapi-python/pull/102): baseline all the templated markdown docs. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
8+
- [PR #77](https://github.com/sendgrid/smtpapi-python/pull/77): add first-timers.md with guide for newcomers. Thanks to [@daniloff200](https://github.com/daniloff200)!
9+
- [PR #79](https://github.com/sendgrid/smtpapi-python/pull/79): Update contribution to use Gitflow workflow. Thanks to [@anatolyyyyyy](https://github.com/anatolyyyyyy)!
10+
- [PR #93](https://github.com/sendgrid/smtpapi-python/pull/93): Added Announcement. Thanks to [@krischoi07](https://github.com/krischoi07)!
11+
- [PR #34](https://github.com/sendgrid/smtpapi-python/pull/34): Add USAGE.md. Thanks to [@geomars](https://github.com/geomars)!
12+
- [PR #27](https://github.com/sendgrid/smtpapi-python/pull/27): update contributing.md - fix typo. Thanks to [@pushkyn](https://github.com/pushkyn)!
13+
- [PR #26](https://github.com/sendgrid/smtpapi-python/pull/26): update README.md. Thanks to [@thepriefy](https://github.com/thepriefy)!
14+
- [PR #23](https://github.com/sendgrid/smtpapi-python/pull/23): ADD ISSUE_TEMPLATE. Thanks to [@prashant0598](https://github.com/prashant0598)!
15+
- [PR #21](https://github.com/sendgrid/smtpapi-python/pull/21): add table of contents in README.md. Thanks to [@thepriefy](https://github.com/thepriefy)!
16+
- [PR #19](https://github.com/sendgrid/smtpapi-python/pull/19): Update README. Thanks to [@micahduron](https://github.com/micahduron)!
17+
- [PR #12](https://github.com/sendgrid/smtpapi-python/pull/12): Update README.md. Thanks to [@ciceropablo](https://github.com/ciceropablo)!
18+
- [PR #20](https://github.com/sendgrid/smtpapi-python/pull/20): Demonstrate how to review the request body for troubleshooting. Thanks to [@mptap](https://github.com/mptap)!
19+
20+
**Library - Feature**
21+
- [PR #35](https://github.com/sendgrid/smtpapi-python/pull/35): Add docker files and update README. Thanks to [@NdagiStanley](https://github.com/NdagiStanley)!
22+
- [PR #80](https://github.com/sendgrid/smtpapi-python/pull/80): Adding CHANGELOG auto generation script. Thanks to [@freyamade](https://github.com/freyamade)!
23+
24+
**Library - Chore**
25+
- [PR #37](https://github.com/sendgrid/smtpapi-python/pull/37): Created Code Climate YML file. Thanks to [@prashuchaudhary](https://github.com/prashuchaudhary)!
26+
- [PR #41](https://github.com/sendgrid/smtpapi-python/pull/41): update LICENSE - fix year. Thanks to [@pushkyn](https://github.com/pushkyn)!
27+
- [PR #65](https://github.com/sendgrid/smtpapi-python/pull/65): Fix "Complexity" issue in examples/example.py. Thanks to [@thepriefy](https://github.com/thepriefy)!
28+
- [PR #66](https://github.com/sendgrid/smtpapi-python/pull/66): Update LICENSE.txt. Thanks to [@nocategory](https://github.com/nocategory)!
29+
- [PR #87](https://github.com/sendgrid/smtpapi-python/pull/87): PEP8 fix. Thanks to [@vkmrishad](https://github.com/vkmrishad)!
30+
- [PR #33](https://github.com/sendgrid/smtpapi-python/pull/33): Add .env_sample. Thanks to [@CorneliusIV](https://github.com/CorneliusIV)!
31+
- [PR #29](https://github.com/sendgrid/smtpapi-python/pull/29): Create PULL_REQUEST_TEMPLATE.md. Thanks to [@random-hacktoberfest-participant-2017](https://github.com/random-hacktoberfest-participant-2017)!
32+
- [PR #25](https://github.com/sendgrid/smtpapi-python/pull/25): Added CodeCov Badge. Thanks to [@gr8shivam](https://github.com/gr8shivam)!
33+
34+
**Library - Test**
35+
- [PR #42](https://github.com/sendgrid/smtpapi-python/pull/42): Issue#40 unittest to check for specific repo files. Thanks to [@bertuss](https://github.com/bertuss)!
36+
- [PR #43](https://github.com/sendgrid/smtpapi-python/pull/43): added unittest to check for specific repo files. Thanks to [@riyasyash](https://github.com/riyasyash)!
37+
- [PR #44](https://github.com/sendgrid/smtpapi-python/pull/44): added test_project.py for testing files in dir. Thanks to [@garuna-m6](https://github.com/garuna-m6)!
38+
- [PR #45](https://github.com/sendgrid/smtpapi-python/pull/45): Add unit test for license year. Thanks to [@pushkyn](https://github.com/pushkyn)!
39+
- [PR #48](https://github.com/sendgrid/smtpapi-python/pull/48): Test added for checking license year. Thanks to [@parth-p](https://github.com/parth-p)!
40+
41+
**Library - Fix**
42+
- [PR #52](https://github.com/sendgrid/smtpapi-python/pull/52): Update travis - add codecov. Thanks to [@pushkyn](https://github.com/pushkyn)!
43+
- [PR #75](https://github.com/sendgrid/smtpapi-python/pull/75): fixed Travis, converted README and version as file. Thanks to [@StrikerRUS](https://github.com/StrikerRUS)!
44+
45+
446
[2015-10-01] Version 0.3.1
547
---------------------------
648

0 commit comments

Comments
 (0)