From 35ee7c9bc94b2c4573613f4f611a060b3d8f2382 Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Thu, 12 May 2022 14:34:21 -0700 Subject: [PATCH] Release Snowfakery 3.1.0 (#664) --- HISTORY.md | 8 ++++++++ snowfakery/version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 49a07ee2..6f173ef4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,14 @@ In the beginning, programmers created the databases. Now the databases were form And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good. +## Snowfakery 3.1 + +When embedded in CumulusCI, Snowfakery can now do SObject Upserts. (#644) + +Add a Decimal datatype (#631) + +Output Boolean values using the JSON boolean type in JSON outputs. (#663) + ## Snowfakery 3.0 When embedded in CumulusCI, Snowfakery can now do SObject Updates. (#586) diff --git a/snowfakery/version.txt b/snowfakery/version.txt index 56fea8a0..a0cd9f0c 100644 --- a/snowfakery/version.txt +++ b/snowfakery/version.txt @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.1.0 \ No newline at end of file