Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.0](https://github.com/PostHog/wizard/compare/v1.7.1...v1.8.0) (2025-07-11)


### Features

* support gemini models for generation ([#95](https://github.com/PostHog/wizard/issues/95)) ([97934e2](https://github.com/PostHog/wizard/commit/97934e251d45b6fd3b3349deee61f0701e7a83c0))
Copy link

Copilot AI Jul 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalize the proper noun 'Gemini' in the changelog entry for consistency and clarity.

Suggested change
* support gemini models for generation ([#95](https://github.com/PostHog/wizard/issues/95)) ([97934e2](https://github.com/PostHog/wizard/commit/97934e251d45b6fd3b3349deee61f0701e7a83c0))
* support Gemini models for generation ([#95](https://github.com/PostHog/wizard/issues/95)) ([97934e2](https://github.com/PostHog/wizard/commit/97934e251d45b6fd3b3349deee61f0701e7a83c0))

Copilot uses AI. Check for mistakes.

## [1.7.1](https://github.com/PostHog/wizard/compare/v1.7.0...v1.7.1) (2025-07-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/wizard",
"version": "1.7.1",
"version": "1.8.0",
"homepage": "https://github.com/posthog/wizard",
"repository": "https://github.com/posthog/wizard",
"description": "The PostHog wizard helps you to configure your project",
Expand Down
Loading