Skip to content

Commit

Permalink
chore(main): release 0.27.3 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 17, 2023
1 parent 075632f commit 5b31ba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.27.3](https://github.com/township-agency/ex_teal/compare/v0.27.2...v0.27.3) (2023-11-17)


### Bug Fixes

* Use ecto schema assocs to determine if the viaRelationship is a reverse. ([#244](https://github.com/township-agency/ex_teal/issues/244)) ([075632f](https://github.com/township-agency/ex_teal/commit/075632f324fe0d9d4a2784fb217fdf6df4b7109d))

## [0.27.2](https://github.com/township-agency/ex_teal/compare/v0.27.1...v0.27.2) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExTeal.MixProject do
def project do
[
app: :ex_teal,
version: "0.27.2",
version: "0.27.3",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 5b31ba9

Please sign in to comment.