nassh: release 0.33

Change-Id: If570baafff8bd30c00a2ee3fd031ffc58d33e53f
Reviewed-on: https://chromium-review.googlesource.com/c/apps/libapps/+/2280703
Reviewed-by: Joel Hockey <joelhockey@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
diff --git a/nassh/doc/ChangeLog.md b/nassh/doc/ChangeLog.md
index b373296..0dd2eed 100644
--- a/nassh/doc/ChangeLog.md
+++ b/nassh/doc/ChangeLog.md
@@ -1,3 +1,39 @@
+# 0.33, 2020-07-06, OpenSSH 8.3p1, UI tweaks, bug fixes, and internal cleanups.
+
+* Update to hterm 1.90.  Material design theming.
+* Update to libdot 7.0.0.  Tooling updates.
+* storage: Convert get APIs to promises.
+* storage: Convert set APIs to promises.
+* fonts: Load web fonts in css and package powerline fonts.
+* npm: Refresh tool versions.
+* lib.init: Rewrite from callbacks to promises.
+* gnubby: Give it a dedicated namespace.
+* terminal: Pull init out of constructor.
+* i18n: change getAcceptLanguages from callbacks to promises.
+* Make ES2018 requirement official.
+* command: Remove unused FS helpers.
+* contextmenu: Send known_hosts context menu to options page.
+* google: Split common logic out of the relay module.
+* omnibox: Read storage at startup.
+* connect: Move lastProfileId to local prefs.
+* omnibox: Use arrow funcs.
+* connect: Make focused inputs less confusing.
+* connect: Fix button init on first run.
+* connect: Make DEL button enablement more robust.
+* l10n: Improve some descriptions and translation tips.
+* ssh_client: Upgrade to OpenSSH 8.3p1.
+* command: Fix --no-proxy-host handling.
+* docs: Fix the `/v4/connect` path on documentation.
+* google: Default internal Google Cloud VM users to new proxy protocol.
+* icons: Refresh stable icon themes.
+* fsp: Switch to Chrome error constants.
+* nasftp: Drop Event.reason externs workaround.
+* licenses: Fix to be able to load in chrome-untrusted.
+* ssh_client: Clean up cpplint warnings.
+* SSHAgentRelay: Use new nassh.buffer API.
+* l10n: Update translations.
+* l10n: Rename the OPTIONS_BUTTON_LABEL to HTERM_OPTIONS_BUTTON_LABEL.
+
 # 0.32, 2020-05-16, Fix relay buffer accumulation.
 
 * corp relay: Fix ack-vs-read typo.
diff --git a/nassh/manifest_ext.json b/nassh/manifest_ext.json
index ae5a0e3..f321e0d 100644
--- a/nassh/manifest_ext.json
+++ b/nassh/manifest_ext.json
@@ -4,7 +4,7 @@
   "manifest_version": 2,
   "content_security_policy": "script-src 'self'; object-src 'self'",
   "name": "__MSG_nassh_product_name__ (tot)",
-  "version": "0.32",
+  "version": "0.33",
   "default_locale": "en",
   "icons": {
     "128": "images/dev/icon-128.png",
diff --git a/nassh/manifest_v1.5.json b/nassh/manifest_v1.5.json
index b579d96..8362943 100644
--- a/nassh/manifest_v1.5.json
+++ b/nassh/manifest_v1.5.json
@@ -4,7 +4,7 @@
   "manifest_version": 2,
   "content_security_policy": "script-src 'self'; object-src 'self'",
   "name": "__MSG_nassh_product_name__ App (tot)",
-  "version": "0.32",
+  "version": "0.33",
   "default_locale": "en",
   "icons": {
     "128": "images/dev/icon-128.png",
diff --git a/nassh/package.json b/nassh/package.json
index 6d888dc..d6e7063 100644
--- a/nassh/package.json
+++ b/nassh/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nassh",
-  "version": "0.32.0",
+  "version": "0.33.0",
   "description": "Terminal emulator and SSH and SFTP client",
   "main": "js/nassh.js",
   "repository": {