Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clifton McIntosh committed Jun 30, 2024
1 parent ef5b835 commit 3753c87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1 - 2024-07-01

### Added

* Fix problems with generating example queries and mutations when the return types are unions, interfaces or lists

## 0.3.0 - 2024-06-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule GraphqlMarkdown.MixProject do
use Mix.Project

@project_url "https://github.com/podium/graphql_markdown"
@version "0.3.0"
@version "0.3.1"

def project do
[
Expand Down

1 comment on commit 3753c87

@epinault
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you link to the MR fixing it in the change log? I don’t recall see a merge this week

Please sign in to comment.