Skip to content

Commit

Permalink
Improved Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei committed Jun 22, 2021
1 parent de759f4 commit c4e225e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
see [releases](https://github.com/sangria-graphql/sangria/releases)

## v2.1.3 (2021-04-18)

https://github.com/sangria-graphql/sangria/releases/tag/v2.1.3

## v2.1.2 (2021-04-17)

https://github.com/sangria-graphql/sangria/releases/tag/v2.1.2

## v2.1.1 (2021-04-17)

https://github.com/sangria-graphql/sangria/releases/tag/v2.1.1

## v2.1.0 (2021-01-01)

https://github.com/sangria-graphql/sangria/releases/tag/v2.1.0

## v2.0.1 (2020-10-06)

https://github.com/sangria-graphql/sangria/releases/tag/v2.0.1
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Sangria is a spec compliant GraphQL implementation, so it works out of the box w
In this example we will use [circe](https://github.com/circe/circe) JSON marshalling, so we also need to include following dependency:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "1.3.1"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
```

The most simple Hello World application might look like this:
Expand Down

0 comments on commit c4e225e

Please sign in to comment.