From d71d013b4f171e31f83d429ecf7c91fea189ec13 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Mon, 30 Sep 2024 14:56:00 +0100 Subject: [PATCH] Update version proper and README Signed-off-by: Jacob Woffenden --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fd08d..6178e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v4.9.0 + +- Add `external_iam_role` to allow Airflow Pulumi tests to pass + ## v4.8.0 - Updates standard athena policy to add 'glue:GetTableVersions' diff --git a/pyproject.toml b/pyproject.toml index ec4c8a5..1410fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iam_builder" -version = "4.9.0-rc1" +version = "4.9.0" description = "A lil python package to generate iam policies" authors = ["Karik Isichei "] license = "MIT"