diff --git a/CHANGES.txt b/CHANGES.txt index 34d1d7d..6010f6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,8 @@ Crawler-Commons Change Log -Current Development 1.1-SNAPSHOT (yyyy-mm-dd) +Current Development 1.2-SNAPSHOT (yyyy-mm-dd) + +Release 1.1 (2020-06-29) - [sitemaps] Sitemaps to implement Serializable (cdalexndr, sebastian-nagel) #244 - [sitemaps] Allow to deduplicate sitemap links in sitemap indexes (sebastian-nagel) #262 - [Robots] Upgrade the toString() method of the Base/Simple RobotRules (Avi Hayun) #264 diff --git a/README.md b/README.md index 6bdab69..3ec87ef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Crawler-Commons is a set of reusable Java components that implement functionalit # User Documentation ## Javadocs +* [1.0](http://crawler-commons.github.io/crawler-commons/1.1/) * [1.0](http://crawler-commons.github.io/crawler-commons/1.0/) * [0.10](http://crawler-commons.github.io/crawler-commons/0.10/) * [0.9](http://crawler-commons.github.io/crawler-commons/0.9/) @@ -25,6 +26,10 @@ If you find an issue, please file a report [here](https://github.com/crawler-com # Crawler-Commons News +## 29th June 2020 - crawler-commons 1.1 released + +We are glad to announce the 1.1 release of Crawler-Commons. See the [CHANGES.txt](https://github.com/crawler-commons/crawler-commons/blob/crawler-commons-1.1/CHANGES.txt) file included with the release for a full list of details. + ## 21st March 2019 - crawler-commons 1.0 released We are glad to announce the 1.0 release of Crawler-Commons. See the [CHANGES.txt](https://github.com/crawler-commons/crawler-commons/blob/crawler-commons-1.0/CHANGES.txt) file included with the release for a full list of details.