Version 2.008001 master 2.008001
Alexander Hartmaier [Tue, 26 Nov 2019 15:40:26 +0000 (16:40 +0100)]
  - Add support for has_many relationships (RT#65168)
  - Remove update_object_relation method
    replaced by DBIx::Class::ResultSet::RecursiveUpdate

Changes
dist.ini

diff --git a/Changes b/Changes
index 24886df..ba75462 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
+
+2.008001  2019-11-26 16:39:44+01:00 Europe/Vienna
   - Add support for has_many relationships (RT#65168)
   - Remove update_object_relation method
     replaced by DBIx::Class::ResultSet::RecursiveUpdate
index c954db7..f881fdd 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = Catalyst-Controller-DBIC-API
-version = 2.007002
+version = 2.008001
 author = Nicholas Perez <nperez@cpan.org>
 author = Luke Saunders <luke.saunders@gmail.com>
 author = Alexander Hartmaier <abraxxa@cpan.org>