diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 694d65b..e5c1bfe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.15" + ".": "0.7.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c292b0..f6647a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to insto. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versioning follows [SemVer](https://semver.org/spec/v2.0.0.html). Entries from 0.1.1 onward will be assembled from Conventional Commits by [release-please](https://github.com/googleapis/release-please). +## [0.7.16](https://github.com/subzeroid/insto/compare/v0.7.15...v0.7.16) (2026-06-20) + + +### Fixed + +* **aiograpi:** generate 6-digit TOTP code instead of submitting raw seed ([#46](https://github.com/subzeroid/insto/issues/46)) ([6914012](https://github.com/subzeroid/insto/commit/6914012e2def20bf1d42ccb5c82aa5c5bb001807)), closes [#45](https://github.com/subzeroid/insto/issues/45) + ## [0.7.15](https://github.com/subzeroid/insto/compare/v0.7.14...v0.7.15) (2026-06-01) diff --git a/insto/_version.py b/insto/_version.py index 9fc2a48..8cb4f59 100644 --- a/insto/_version.py +++ b/insto/_version.py @@ -1 +1 @@ -__version__ = "0.7.15" # x-release-please-version +__version__ = "0.7.16" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 100c215..97554de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "insto" -version = "0.7.15" +version = "0.7.16" description = "Interactive Instagram OSINT CLI on the HikerAPI backend" readme = "README.md" requires-python = ">=3.11"