From 8ae7550700f7ddeb94acdf7f4d456e216148b5c5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyazin Date: Thu, 11 Jul 2024 07:25:08 +0300 Subject: [PATCH] Add Vietnamese https://github.com/VDS13/telegram-captcha/pull/1 https://github.com/VDS13/telegram-captcha/pull/2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4482081..e0dea64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.0](https://github.com/VDS13/telegram-captcha/compare/1.1.0...1.2.0) - 2023-07-11 + +### Added: + +* Vietnamese language support. + ## [1.1.0](https://github.com/VDS13/telegram-captcha/compare/1.0.0...1.1.0) - 2023-04-12 ### Fixed: diff --git a/package.json b/package.json index 9f690e6..2659d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-captcha", - "version": "1.1.0", + "version": "1.2.0", "description": "Protect telegram groups from automated bots.", "main": "./index.js", "type": "module",