Skip to content

Commit 59c5e4b

Browse files
committed
Release 1.0.0
1 parent b3cc04d commit 59c5e4b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ✔️Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
6+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2022-09-03
11+
12+
* Release the first version after the migration
13+
14+
[Unreleased]: https://github.com/Drjacky/anticaptcha-kotlin/compare/v1.0.0...HEAD
15+
16+
[1.0.0]: https://github.com/Drjacky/anticaptcha-kotlin/tree/v1.0.0

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Anti-Captcha ⅁
22

3+
[![Releases](https://img.shields.io/github/release/Drjacky/anticaptcha-kotlin/all.svg?style=flat-square)](https://github.com/Drjacky/anticaptcha-kotlin/releases)
34
![Language](https://img.shields.io/badge/Kotlin-1.7.10-blue) ![License](https://img.shields.io/github/license/Drjacky/anticaptcha-kotlin?logo=MIT)
45

56
Access to Anti Captcha API v2 via Kotlin
67

78
## How to use 👣
9+
10+
- Add `https://jitpack.io` to your `build.gradle`
811
- Create an account [here](http://getcaptchasolution.com/kt1yavajcg)
912
- Set the client key by `setClientKey`
1013
- Run the main function in the Main class

0 commit comments

Comments
 (0)