From 676b2abdfb13338d64edbbd1dc8f1605a2f7266c Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Mon, 29 Jun 2015 17:10:08 -0500
Subject: [PATCH] Incremented version, added some news.

---
 DESCRIPTION | 2 +-
 NEWS        | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 72926b7d..d21c4d3a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: dataRetrieval
 Type: Package
 Title: Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data
-Version: 2.2.3
+Version: 2.3.0
 Date: 2015-06-29
 Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
     email = "rhirsch@usgs.gov"),
diff --git a/NEWS b/NEWS
index 0f02c9e8..b33e5666 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+dataRetrieval 2.3.0
+===========
+* Converted all Water Quality Portal queries to sorted=no to greatly improve retrieval times
+* Converted gwlevels in readNWISdata to rdb
+
+
 dataRetrieval 2.2.0
 ===========
 * Changed the output of tz_cd (in all *NWIS functions) to the timezone that is reported in the data frame. Before this version, it was the time zone reported by NWIS. This was confusing however since the dateTime columns default to UTC.
-- 
GitLab