From cd8a713e8409738f776f77cecbc65e2f0f42c146 Mon Sep 17 00:00:00 2001 From: Joshua Rieken Date: Tue, 9 Jun 2020 11:39:34 -0600 Subject: [PATCH] Bump version to 2.0.2 [skip ci] --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ecce1..4b4bd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.2 + +### Fixes + +* Fixed issue when finding primary key when a query is passed +* No longer load test assets in non-test envs + + ## 2.0.1 ### Fixes diff --git a/mix.exs b/mix.exs index 0ace5a3..a5dbd6d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Plasm.Mixfile do use Mix.Project - @version "2.0.1" + @version "2.0.2" def project do [