Skip to content

Commit

Permalink
Merge pull request #148 from mocktools/develop
Browse files Browse the repository at this point in the history
Golang smtpmock v2.0.4
  • Loading branch information
bestwebua authored Jan 3, 2023
2 parents 87d6b93 + 8430019 commit be5712c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
- run:
name: Publishing new release to GitHub
command: |
cp .circleci/.goreleaser.yml .goreleaser.yml
curl -sL https://git.io/goreleaser | bash
curl -sL https://git.io/goreleaser | bash -s -- --config ".circleci/.goreleaser.yml"
- run:
name: Publishing new release to Go Packages
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.4] - 2023-01-03

### Updated

- Updated `CircleCI` config (fixed issue with deploy config location)

## [2.0.3] - 2023-01-03

### Added
Expand Down

0 comments on commit be5712c

Please sign in to comment.