diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f5965..15fee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # 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.2.4-beta.0 - 2024-01-29 ### Fixed - Type-safe support for verify function with request diff --git a/package.json b/package.json index f440ed2..6aca85f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/passport-twitter-oauth2", - "version": "1.2.3", + "version": "1.2.4-beta.0", "description": "Twitter OAuth 2.0 authentication strategy for Passport.", "source": "src/index.ts", "main": "./dist/index.js",