diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 81ea5c0..469d7cd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +2.0.1-SNAPSHHOT + 2.0.0 * Adds support for @query type (user defined functions) * Adds support for recursive references diff --git a/FaunaDB.podspec b/FaunaDB.podspec index 5a3886c..732a7a0 100644 --- a/FaunaDB.podspec +++ b/FaunaDB.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FaunaDB" - s.version = "2.0.0" + s.version = "2.0.1-SNAPSHOT" s.summary = "Swift driver for FaunaDB." s.homepage = "https://github.com/fauna/faunadb-swift" s.author = { "Fauna, Inc" => "priority@fauna.com" }