Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rai200890 committed Feb 11, 2020
1 parent 2dc0d90 commit 26b1aaa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2020-02-11

### Fixes

- Allow MFA tuple to be given sanitizer config

## [1.0.0] - 2020-01-22

### Added

- Added support for ecto_job 3

[Unreleased]: https://github.com/rai200890/ecto-job-scheduler/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/rai200890/ecto-job-scheduler/compare/v0.7.0...v1.0.0
[Unreleased]: https://github.com/rai200890/ecto-job-scheduler/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/rai200890/ecto-job-scheduler/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/rai200890/ecto-job-scheduler/compare/v0.7.0...v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ by adding `ecto_job_scheduler` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_job_scheduler, "~> 1.0.0"}
{:ecto_job_scheduler, "~> 1.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 26b1aaa

Please sign in to comment.