Skip to content

Commit

Permalink
🔖 Bump to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed Nov 30, 2023
1 parent fba6c2c commit 21ef28e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## v 1.1.0
## v1.1.2

### Enhancements

* Updated dependencies.
* Fixed CI.
* Runners are now more flexible and can return the raw `Postgrex` result or
inside maps, keyword list and custom structs.

## v1.1.0

### Enhancements

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

@version "1.1.0"
@version "1.1.2"
@name "AyeSQL"
@description "Library for using raw SQL"
@app :ayesql
Expand Down

0 comments on commit 21ef28e

Please sign in to comment.