v1.0.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6432364..b118ed4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,13 @@
 Changelog
 =========
 
-#### Version 1.0.0-rc1 (2018-05-28) (Dart SDK version 2.0.0-dev.57)
+
+#### Version 1.0.0 (2018-12-17) (Dart SDK version 2.0)
 
 * Support Dart 2 and Strong Mode
 * Migrate from `package:bignum.BigInteger` to `dart:core.BigInt`
 * Remove Quiver and fixnum dependency
+* OAEP encoding for block ciphers
 
 
 #### Version 0.10.0 (2016-02-04) (Dart SDK version 0.14.0)
diff --git a/pubspec.yaml b/pubspec.yaml
index af06a4a..3f9a3fd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: pointycastle
-version: 1.0.0-rc4
+version: 1.0.0
 author: The Pointy Castle team
 description: A Dart library implementing cryptographic algorithms
 homepage: https://github.com/PointyCastle/pointycastle