diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae6a0f..8fe4710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## master +## v1.2.0 [2023-09-29] + - [Added] `Crawler.Store.all_urls/0` to find all scraped URLs - [Improved] Memory usage optimisations diff --git a/mix.exs b/mix.exs index 1136eba..af87f42 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.1.2" + @version "1.2.0" def project do [