From 923bcd268d745b1520819ed89e505209957e8270 Mon Sep 17 00:00:00 2001 From: cullzie Date: Wed, 3 Mar 2021 15:48:15 +0000 Subject: [PATCH] Bump version to 3.0.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12eb3ab..b355c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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). + +## [3.0.0] - 2021-03-03 + +### Added + +- Enrollment now relies on REST requests +- New coupon source from coursevania + +### Removed +- No longer supporting browser enrolment (Bot captcha was unsolvable) + ## [2.0.0] - 2021-01-19 ### Added @@ -64,6 +75,8 @@ can continue as normal project running locally. Suitable for users who are not looking forward to contribute. +[3.0.0]: + https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/releases/tag/v3.0.0 [2.0.0]: https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/releases/tag/v2.0.0 [1.0.0]: diff --git a/pyproject.toml b/pyproject.toml index a89e4f1..af92d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "automatic-udemy-course-enroller-get-paid-udemy-courses-for-free" -version = "2.0.0" +version = "3.0.0" description = "" authors = [""] diff --git a/setup.py b/setup.py index 50d5af5..3b0a43b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="udemy-enroller", - version="2.0.0", + version="3.0.0", long_description=long_description, long_description_content_type="text/markdown", author="aapatre",