Skip to content

Commit

Permalink
Merge pull request #58 from mettle/feature/update-changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
JonoB authored Aug 7, 2020
2 parents 60182bb + be0ce76 commit a37563b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
# Sendportal Core

## 1.0.6 - 2020-08-07

- Add GH action for php-cs [#35](https://github.com/mettle/sendportal-core/pull/35))
- Add Campaign Endpoints to API [#40](https://github.com/mettle/sendportal-core/pull/40))
- Uniform mail adapters send method [#51](https://github.com/mettle/sendportal-core/pull/51))
- Add Sqlite support and defaults the testsuite to use the sqlite database [#52](https://github.com/mettle/sendportal-core/pull/52))
- Fix count unique opens per period in Postgres [#53](https://github.com/mettle/sendportal-core/pull/53))
- Bump elliptic from 6.5.2 to 6.5.3 [#55](https://github.com/mettle/sendportal-core/pull/55))
- add from name to outgoing emails [#56](https://github.com/mettle/sendportal-core/pull/56))
- add mailjet support [#57](https://github.com/mettle/sendportal-core/pull/57))

## 1.0.5 - 2020-08-03

- bump lodash version [#44](https://github.com/mettle/sendportal-core/pull/44))
- fix primary key when chunking on segments [#54](https://github.com/mettle/sendportal-core/pull/54))

## 1.0.4 - 2020-07-21

- fix SES adapter [#42](https://github.com/mettle/sendportal-core/pull/42))

## 1.0.3 - 2020-07-11

- added CHANGELOG.md [#39](https://github.com/mettle/sendportal-core/pull/39))
- added API for templates [#38](https://github.com/mettle/sendportal-core/pull/38))
- add validation for deleting templates that are in use ([#37](https://github.com/mettle/sendportal-core/pull/37))
- add Template API endpoints ([#38](https://github.com/mettle/sendportal-core/pull/38))
- added ability to delete segments ([#36](https://github.com/mettle/sendportal-core/pull/36))
- handle null campaign content ([#34](https://github.com/mettle/sendportal-core/pull/34))

Expand Down

0 comments on commit a37563b

Please sign in to comment.