diff --git a/anti-spam.php b/anti-spam.php
index 9385e05..1d9db69 100644
--- a/anti-spam.php
+++ b/anti-spam.php
@@ -3,7 +3,7 @@
Plugin Name: Anti-spam Reloaded
Plugin URI: http://wordpress.org/plugins/anti-spam-reloaded/
Description: No spam in comments. No captcha.
-Version: 6.4
+Version: 6.5
Author: kudlav, webvitaly
Text Domain: anti-spam-reloaded
Author URI: https://kudlav.github.io/
@@ -46,11 +46,11 @@ function antispamrel_form_part() {
-
diff --git a/readme.txt b/readme.txt
index 3e9ba74..f4195a2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,7 +3,7 @@ Contributors: kudlav, webvitaly
Tags: spam, spammer, comment, comments, comment-spam, antispam, anti-spam, block-spam, spam-free, spambot, spam-bot, bot
Requires at least: 3.3
Tested up to: 5.7
-Stable tag: 6.4
+Stable tag: 6.5
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
@@ -52,7 +52,7 @@ Anti-spam Reloaded plugin works with disabled JavaScript. Users with disabled Ja
Server compatibility:
-* Wordpress 3.3 - 5.6
+* Wordpress 3.3 - 5.7
* PHP 5.6 - 8.0
* Doesn't use jQuery
@@ -95,6 +95,9 @@ If the spammer will fill this trap-field with anything - the comment will be blo
== Changelog ==
+= 6.5 - 2021-07-02 =
+* Improve accessibility - assign label to the year input
+
= 6.4 - 2020-08-12 =
* Bugfix: JavaScript wasn't on some pages invoked (use DOMContentLoaded listener on document again)