Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Sep 3, 2022
1 parent b3cc04d commit 59c5e4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ✔️Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2022-09-03

* Release the first version after the migration

[Unreleased]: https://github.com/Drjacky/anticaptcha-kotlin/compare/v1.0.0...HEAD

[1.0.0]: https://github.com/Drjacky/anticaptcha-kotlin/tree/v1.0.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Anti-Captcha ⅁

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

Access to Anti Captcha API v2 via Kotlin

## How to use 👣

- Add `https://jitpack.io` to your `build.gradle`
- Create an account [here](http://getcaptchasolution.com/kt1yavajcg)
- Set the client key by `setClientKey`
- Run the main function in the Main class
Expand Down

0 comments on commit 59c5e4b

Please sign in to comment.