diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ffb29..06d178f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] -## [0.0.1-alpha] - 2018-03-27 +## [0.1.0] - 2018-10-25 ### Added -- Basic implementation and tests based on BandSquare's internal code, supports asynchronous and tabular resolvers. +- Basic d2q features and tutorials. -[Unreleased]: https://github.com/your-name/d2q/compare/0.1.1-alpha...HEAD +[Unreleased]: https://github.com/your-name/d2q/compare/0.1.0...HEAD diff --git a/project.clj b/project.clj index 266ff80..a0c9bc3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject vvvvalvalval/d2q "0.0.1-SNAPSHOT" +(defproject vvvvalvalval/d2q "0.1.0" :description "An expressive, efficient, generally applicable engine for implementing graph-pulling API servers in Clojure." :url "https://github.com/vvvvalvalval/d2q" :license {:name "MIT License"