diff --git a/CHANGELOG.md b/CHANGELOG.md index e533c1d..c3a6f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.2](https://github.com/echohello-dev/opengateway/compare/v0.1.1...v0.1.2) (2026-06-21) + + +### Documentation + +* compact banner with Mojo flame logo ([#24](https://github.com/echohello-dev/opengateway/issues/24)) ([c633c72](https://github.com/echohello-dev/opengateway/commit/c633c72269a901b68fe21de3933038ad5f29516f)) +* reimagine banner as editorial dashboard (4:1, smaller, stats + sparkline) ([#21](https://github.com/echohello-dev/opengateway/issues/21)) ([008560a](https://github.com/echohello-dev/opengateway/commit/008560abfaff4f22df05e6776430a9264bfd9576)) +* reimagine banner as marketing hero (dashboard mockup + stats) ([#22](https://github.com/echohello-dev/opengateway/issues/22)) ([27e3606](https://github.com/echohello-dev/opengateway/commit/27e36069617f00cb7af5dd87ab37372021f8b0d8)) +* replace ASCII banner with fal.ai-generated image ([#18](https://github.com/echohello-dev/opengateway/issues/18)) ([3ee675d](https://github.com/echohello-dev/opengateway/commit/3ee675d57d80e1a95e601bd482a900b12d32c0d6)) +* replace incorrect ASCII banner with figlet-generated art ([#16](https://github.com/echohello-dev/opengateway/issues/16)) ([6476d5a](https://github.com/echohello-dev/opengateway/commit/6476d5a2daa9335c5ef26b8f18b9cf8488a54424)) +* restyle banner to editorial wordmark (flatter, no icon) ([#20](https://github.com/echohello-dev/opengateway/issues/20)) ([946a169](https://github.com/echohello-dev/opengateway/commit/946a16986a436b37fc194931140721e8a1f14af6)) +* restyle banner, add drop-in + integrations + repo structure ([#19](https://github.com/echohello-dev/opengateway/issues/19)) ([58a8ef4](https://github.com/echohello-dev/opengateway/commit/58a8ef44221ca39b4ebdc233e480d5082dfd9d46)) +* simplify banner to grid + archway logo + wordmark ([#23](https://github.com/echohello-dev/opengateway/issues/23)) ([3f75685](https://github.com/echohello-dev/opengateway/commit/3f756850eec431fa55d8314366586005cfbb9880)) + ## [0.1.1](https://github.com/echohello-dev/opengateway/compare/v0.1.0...v0.1.1) (2026-06-21) diff --git a/opengateway/__init__.py b/opengateway/__init__.py index 485f44a..b3f4756 100644 --- a/opengateway/__init__.py +++ b/opengateway/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index c6bb72f..b7af5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "opengateway" -version = "0.1.1" +version = "0.1.2" description = "Open-source AI gateway — all features free, monetised through managed hosting" readme = "README.md" license = {text = "MIT"}