From a9a3ad68e277fe2deae4de18a62cdfab810fc207 Mon Sep 17 00:00:00 2001 From: Anna Carey <19188+annaswims@users.noreply.github.com> Date: Wed, 9 May 2018 10:10:33 -0400 Subject: [PATCH] Typo: Changelog v0.3.10 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f605f2..0a8ddda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ This release is a major change to how we remember state between requests. A redi - Implement stickiness for the duration of `master_ttl` via cookies [#194](https://github.com/taskrabbit/makara/pull/194) Rosa Gutierrez -## v0.3.9 - 2018-03-20 -[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.9...v0.3.10) +## v0.3.10 - 2018-03-20 +[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.9...v0.3.10) Fixed - Send nextval queries to master and show queries to replicas for Postgres [#173](https://github.com/taskrabbit/makara/pull/173) Andrew Kane @@ -25,14 +25,14 @@ Documentation and Test - Travis Upgrade [#199](https://github.com/taskrabbit/makara/pull/199) Brian Leonard ## v0.3.9 - 2017-08-14 -[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.8...v0.3.9) +[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.8...v0.3.9) Changed - Add postgis support [#118](https://github.com/taskrabbit/makara/pull/118) Kevin Bacha ## v0.3.8 - 2017-07-11 -[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.7...v0.3.8) +[Full Changelog](https://github.com/taskrabbit/makara/compare/v0.3.7...v0.3.8) Changed - Rails 5.1 compatibility [#150](https://github.com/taskrabbit/makara/pull/150) Jeremy Daer