diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8a71d..5a6c929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v1.4.0 [2023-10-10] + - [Added] Add `:force` option - [Added] Add `:scope` option diff --git a/mix.exs b/mix.exs index 480d148..ee92bf2 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Crawler.Mixfile do use Mix.Project @source_url "https://github.com/fredwu/crawler" - @version "1.4.0" + @version "1.5.0" def project do [