Skip to content

Commit

Permalink
Update ChangeLog for new release 1.0.0.0 (#28)
Browse files Browse the repository at this point in the history
- Also fix stack tests
  • Loading branch information
donatello authored Jun 27, 2022
1 parent 565d5a1 commit db0b2e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,10 @@ jobs:
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- name: Test
if: ${{ env.SENDGRID_API_KEY != '' && env.SENDGRID_TEST_MAIL != '' }}
run: |
stack test --system-ghc
- name: Documentation
run: |
stack haddock --system-ghc --no-haddock-deps
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Revision history for sendgrid-v3

## 1.0.0.0 -- Unreleased
## 1.0.0.0 -- 2022-06-27

- Aditya Manthramurthy: Skip running tests in CI if API keys are not set (#27) (565d5a1)
- Aditya Manthramurthy: Update ChangeLog.md with info about previous releases (#26) (2601481)
- Fumiaki Kinoshita: make the _mailAddressName field Text again; toJSON omits it if it's empty (#25) (dd9b795)
- Aditya Manthramurthy: Attempt to fix CI (#23) (43cb429)
- Aditya Manthramurthy: Fix tests (#24) (b1e2ce3)
Expand Down

0 comments on commit db0b2e9

Please # to comment.