diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,1 +1,3 @@
-No changes logged yet
+## 1.3.3
+
+Deprecated Google OpenID support
diff --git a/Web/Authenticate/OpenId/Providers.hs b/Web/Authenticate/OpenId/Providers.hs
--- a/Web/Authenticate/OpenId/Providers.hs
+++ b/Web/Authenticate/OpenId/Providers.hs
@@ -15,6 +15,7 @@
 
 google :: String
 google = "https://www.google.com/accounts/o8/id"
+{-# DEPRECATED google "Google no longer provides OpenID support" #-}
 
 yahoo :: String
 yahoo = "http://me.yahoo.com/"
diff --git a/authenticate.cabal b/authenticate.cabal
--- a/authenticate.cabal
+++ b/authenticate.cabal
@@ -1,5 +1,5 @@
 name:            authenticate
-version:         1.3.2.11
+version:         1.3.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman, Hiromi Ishii, Arash Rouhani
