Prepare version 0.99.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..87edaac
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+# Version 1.0.0
+
+- Initial release
diff --git a/Cargo.toml b/Cargo.toml
index 5c408f5..a693e87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
 [package]
 name = "async-task"
-version = "0.1.0"
+version = "1.0.0"
 authors = ["Stjepan Glavina <stjepang@gmail.com>"]
 edition = "2018"
 license = "Apache-2.0/MIT"
-repository = "https://github.com/stjepang/async-task"
-homepage = "https://github.com/stjepang/async-task"
+repository = "https://github.com/async-rs/async-task"
+homepage = "https://github.com/async-rs/async-task"
 documentation = "https://docs.rs/async-task"
 description = "Task abstraction for building executors"
 keywords = ["futures", "task", "executor", "spawn"]